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: |
| object | An expression evaluating to an object of type McRegionAccess. | | lLeft | Required. A Long value. | | lTop | Required. A Long value. | | lRight | Required. A Long value. | | lBottom | Required. 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.
|