GetBoundRect Method

Returns the shape's current bounding rectangle.

Syntax

object.GetBoundRect pfTop, pfLeft, pfBottom, pfRight

Properties

The GetBoundRect method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

pfTop

Double. Returns the top position of the bounding rectangle.

pfLeft

Double. Returns the left position of the bounding rectangle.

pfBottom

Double. Returns the bottom position of the bounding rectangle.

pfRight

Double. Returns the right position of the bounding rectangle.

Remarks

The bounding rectangle is represented in Logical or Enhanced Coordinates relative to the picture's upper left hand corner.

 

Example

Applies To