Description

Retrieves the ROI coordinates for the current McRegionAccess object.

Return Type

None  

Syntax

object.GetBounds lLeft, lTop, lRight, lBottom

The GetBounds Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McRegionAccess.
lLeftRequired. A Long value.
lTopRequired. A Long value.
lRightRequired. A Long value.
lBottomRequired. A Long value.

Remarks

When the Initialize mentod is invoked, the client can pass the coordinates of an Area Of Interest (ROI) the client is interested in. All McRegionAccess processing is relative to this ROI.

This method allows access to all four of the properties with a single call.