Click or drag to resize

IMcDisplayBlendingFactor Property

A property that describes the blending ratio between the display image and the blending 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 BlendingFactor As Integer
	Get
	Set

Property Value

Type: Int32
Remarks
The ratio is an integer representing a percentage. Zero (0) implies only the ImageToDisplay will be displayed, 100 means only the BlendingImage will be displayed.
See Also