Click or drag to resize

IMcDisplayGetMaskAlignLeftTop Method

Retrieves the alignment between the masking 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 GetMaskAlignLeftTop ( 
	<OutAttribute> ByRef plLeft As Integer,
	<OutAttribute> ByRef plTop As Integer
)

Parameters

plLeft
Type: SystemInt32
The returned X coordinate.
plTop
Type: SystemInt32
The returned 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 MaskingImage pixel 0,0 is placed. The parameters may be negative.
See Also