Click or drag to resize

IMcDisplayBlendingFrame Property

A property containing the frame number of the IMcImage used to visually blend with the displayed image. 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 BlendingFrame will then track changes in the FrameToDisplay. McAssociatedFrame is the default, so if you only assign a BlendingImage, but no BlendingFrame, you will get the associated frame.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Property BlendingFrame As Integer
	Get
	Set

Property Value

Type: Int32
See Also