Description

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

Return Type

None  

Syntax

object.SetBlendAlignLeftTop lLeft, lTop

The SetBlendAlignLeftTop 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 blending 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 blending pixel 0:0 is placed. The parameters may be negative.

Exceptions

E_INVALIDARG if the arguments are out of range.