Click or drag to resize

mcImageSetDisplayFlags Enumeration

Legal values for the McImageSetImageChannel.DisplayFlags property

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcImageSetDisplayFlags
Members
  Member nameValueDescription
mcisdfNone0No DisplayFlags. Channel will not display.
mcisdfDisplayed1If set, channel will be displayed and isincluded in the image created by McImageSet.AddColorCompositeChannel. This bit is true by default.
mcisdfBackground2The channel is the background channel.If more than one channel has this bit set, only one of them (unspecified) is used as the background channel. No error is generated in this case.
mcisdfBlink4During preview, the channel will blinkat the McImageSet.CompositeHost.BlinkRate.
See Also