SetXYRect method
Sets the x-axis and y-axis bounds of the object to the specified rectangle.
Syntax
object.SetXYRect(xyRect);
Parameters
- xyRect [in, ref]
-
Type: const RECT
Rectangle to initialize the data object with.
Return value
This method does not return a value.
Remarks
The z and t bounds are both set with minimum equal to zero and maximum equal to one.
Show: