Click or drag to resize

IMcDisplaySetBlendAlignLeftTop Method

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

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Sub SetBlendAlignLeftTop ( 
	lLeft As Integer,
	lTop As Integer
)

Parameters

lLeft
Type: SystemInt32
The X coordinate.
lTop
Type: SystemInt32
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.
See Also