Skip to main content

VisSize

Namespace: PPJ.Runtime.Vis

Assembly: PPJ.Runtime.Vis.50 (5.0.0.0)

Represents width and height using SAL numeric values.

public class VisSize : 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

Instance member VisSize()

Initializes a new instance of VisSize.

Fields

NameTypeDescriptionValue
HSalNumberThe height, initially zero.
WSalNumberThe width, initially zero.