GetXYSize method
Stores the x and y size of the bounds into the specified SIZE structure.
Syntax
object.GetXYSize(xySize);
Parameters
- xySize [out, ref]
-
Type: SIZE
Reference to a SIZE structure to store the x and y width and height of the bounds.
Return value
This method does not return a value.
Show: