IMcRegionAccessGetBounds Method
|
|
Retrieves the bounding coordinates for the current IMcRegionAccess object.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxSub GetBounds (
<OutAttribute> ByRef lLeft As Integer,
<OutAttribute> ByRef lTop As Integer,
<OutAttribute> ByRef lRight As Integer,
<OutAttribute> ByRef lBottom As Integer
)
Parameters
- lLeft
- Type: SystemInt32
- lTop
- Type: SystemInt32
- lRight
- Type: SystemInt32
- lBottom
- Type: SystemInt32
RemarksIf the SizeRatio is other than 1:1 (i.e., the region access is
sub-sampled), then this method returns values in the sub-sampled coordinate space,
not the full resolution image coordinate space (the ROI property is exposed in
the full-resolution coordinate space, however).
See Also