Skip to main content
Version: 2025

VisPoint

Namespace: PPJ.Runtime.Vis

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

Stores a mutable pair of SAL coordinates corresponding to a Windows POINT value.

public class VisPoint : SalFunctionalClass

Example:

using PPJ.Runtime.Vis;

var point = new VisPoint { X = 10, Y = 20 };

Constructors

Instance member VisPoint()

Initializes a new instance of VisPoint.

Fields

NameTypeDescriptionValue
XSalNumberThe horizontal coordinate, initially zero.
YSalNumberThe vertical coordinate, initially zero.