VisSize
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Web.Vis.50 (5.0.0.0)
Stores mutable SAL width and height values corresponding to a Windows SIZE value.
- C#
- VB.NET
public class VisSize : SalFunctionalClass
Public Class VisSize
Inherits SalFunctionalClass
Example:
using PPJ.Runtime.Vis;
var size = new VisSize { W = 320, H = 200 };
Constructors
VisSize()
Initializes a new instance of VisSize.
Fields
| Name | Type | Description | Value |
|---|---|---|---|
| H | SalNumber | The height, initially zero. | |
| W | SalNumber | The width, initially zero. |