Description
Returns the coordinates of this object's bounding box.
-
Return Type
-
None
-
Syntax
-
object.GetBounds Left, Top, Right, Bottom
The GetBounds Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObj. | | Left | Required. A Single value. set to the x coordinate of the left upper corner.
| | Top | Required. A Single value. set to the y coordinate of the left upper corner.
| | Right | Required. A Single value. set to the x coordinate of the right bottom corner.
| | Bottom | Required. A Single value. set to the y coordinate of the right bottom corner.
| Remarks
The coordinates are returned in image-coordinates, not screen or client coordinates.
|