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:

PartDescription
objectAn expression evaluating to an object of type McGraphObjServer.
LeftRequired. A Single value.

Left upper corner x coordinate.

TopRequired. A Single value.

Left upper corner y coordinate.

RightRequired. A Single value.

Lower right corner x coordinate.

BottomRequired. A Single value.

Lower right corner y coordinate.

Remarks

All coordinates are expressed in the image space.