SetXYSize method
Sets the x-axis and y-axis bounds of the object to the specified size.
Syntax
object.SetXYSize(xySize);
Parameters
- xySize [in, ref]
-
Type: const SIZE
Size to initialize the data object with.
Return value
This method does not return a value.
Remarks
The minimum values of the x and y dimensions are set to zero; the maximum values are set to xySize.cx and xySize.cy, respectively. The z and t bounds are both set with minimum equal to zero and maximum equal to one.
Show: