Description
Retrieves the alignment between the masking image and the displayed image.
-
Return Type
-
None
-
Syntax
-
object.GetMaskAlignLeftTop plLeft, plTop
The GetMaskAlignLeftTop Method syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | | plLeft | Required. A Long value. long* : The X coordinate.
| | plTop | Required. A Long value. long* : The Y coordinate.
| Remarks
The masking image may be vertically or horizontally shifted with respect to the displayed image. The parameters represent the X:Y pixel coordinate within the display image where the masking pixel 0:0 is placed. The parameters may be negative.
|