IMcDisplayGetBlendAlignLeftTop Method
|
|
Retrieves 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
SyntaxSub GetBlendAlignLeftTop (
<OutAttribute> ByRef plLeft As Integer,
<OutAttribute> ByRef plTop As Integer
)
Parameters
- plLeft
- Type: SystemInt32
The X coordinate. - plTop
- Type: SystemInt32
The Y coordinate.
RemarksA blending image is a secondary image that can be added to the Viewer in order to support
transparency levels, opaque levels, or thresholding. The blending image does not need to be of the same
size as the primary image. It can be modified by BlendingStyle.
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 AlsoReference
BlendAlignLeft
BlendAlignTop