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