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.
- C#
- VB.NET
public class VisPoint : SalFunctionalClass
Public Class VisPoint
Inherits SalFunctionalClass
Example:
using PPJ.Runtime.Vis;
var point = new VisPoint { X = 10, Y = 20 };
Constructors
VisPoint()
Initializes a new instance of VisPoint.
Fields
| Name | Type | Description | Value |
|---|---|---|---|
| X | SalNumber | The horizontal coordinate, initially zero. | |
| Y | SalNumber | The vertical coordinate, initially zero. |