Click or drag to resize

mcDisplayWhat Enumeration

Legal values for the IMcDisplay.DisplayWhat property.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcDisplayWhat
Members
  Member nameValueDescription
mcdwDisplayNone0Neither overlays nor image aredisplayed. This will rarely be useful.
mcdwImageOnly1Only the image is displayed. Nooverlay clients are given an opportunity to paint.
mcdwOverlaysOnly2No image display is done. The displayis initialized to black and then overlay clients are allowed to paint.
mcdwBothImageAndOverlays3Both image and overlays display. Theimage is painted first and then the overlay clients are allowed to paint.
mcdwStartLiveOverlayMode10Live overlay mode is no longer supported.Assignment with this value is legal, but will have no effect on behavior.
mcdwStopLiveOverlayMode11Live overlay mode is no longer supported.Assignment with this value is legal, but will have no effect on behavior. McDisplay.IsActionAvailable(mcwaIsLiveOverlayMode).
See Also