Win32Point Constructor |
|
DataPA OpenAnalytics API Reference
Initializes a new instance of the
Win32Point class
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Point(
int x,
int y
)
Public Sub New (
x As Integer,
y As Integer
)
public:
Point(
int x,
int y
)
DataPAEnterpriseDashboard.Point = function(x, y);
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
See Also