Click or drag to resize

IMcDisplayMaskingFrame Property

The frame index of the McImage used to visually overlay a bitmap onto 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
Property MaskingFrame As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
You may assign McActiveFrame for the active frame or McLastFrame for the last frame. If you assign McAssociatedFrame, you will get the frame that will associate with the current FrameToDisplay; the MaskingFrame will then track changes in the FrameToDisplay. McAssociatedFrame is the default, so if you only assign a MaskingImage, but no MaskingFrame, you will get the associated frame.
See Also