VisSize
Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.50 (5.0.0.0)
Represents width and height using SAL numeric values.
- C#
- VB.NET
public class VisSize : SalFunctionalClass
Public Class VisSize
Inherits SalFunctionalClass
This is a mutable SAL functional class, not a native Windows structure. Its fields store the supplied coordinates without enforcing geometric constraints.
Example:
var value = new PPJ.Runtime.Vis.VisSize { W = 100, H = 50 };
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. |