SetXYPoint method
Sets the x-axis and y-axis bounds of the object to one pixel width at the specified point.
Syntax
object.SetXYPoint(xyPoint);
Parameters
- xyPoint [in, ref]
-
Type: const POINT
Location of a point to use for the bounds.
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: