Skip to main content
Version: 2025

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.

public class VisSize : SalFunctionalClass

Example:

using PPJ.Runtime.Vis;

var size = new VisSize { W = 320, H = 200 };

Constructors

Instance member VisSize()

Initializes a new instance of VisSize.

Fields

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