Description
Return the coordinates of the bounding rectangle for this object.
-
Return Type
-
None
-
Syntax
-
object.GetBoundRect Left, Top, Right, Bottom
The GetBoundRect Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjServer. | | Left | Required. A Single value. Left upper corner x coordinate.
| | Top | Required. A Single value. Left upper corner y coordinate.
| | Right | Required. A Single value. Lower right corner x coordinate.
| | Bottom | Required. A Single value. Lower right corner y coordinate.
| Remarks
All coordinates are expressed in the image space.
|