Description

Adjusts the alignment between the masking image and the displayed image.

Return Type

None  

Syntax

object.SetMaskAlignLeftTop lLeft, lTop

The SetMaskAlignLeftTop Method syntax has these parts:

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

long : The X coordinate.

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