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