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:

PartDescription
objectAn expression evaluating to an object of type McDisplay.
plLeftRequired. A Long value.

long* : The X coordinate.

plTopRequired. 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.