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