Win32. Point Constructor |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic 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: System.Int32
- y
- Type: System.Int32
See Also