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
SyntaxPublic Enumeration mcDisplayWhat
Members
| Member name | Value | Description |
---|
| mcdwDisplayNone | 0 | Neither overlays nor image aredisplayed. This will rarely be useful. |
| mcdwImageOnly | 1 | Only the image is displayed. Nooverlay clients are given an opportunity to paint. |
| mcdwOverlaysOnly | 2 | No image display is done. The displayis initialized to black and then overlay clients are allowed to paint. |
| mcdwBothImageAndOverlays | 3 | Both image and overlays display. Theimage is painted first and then the overlay clients are allowed to paint. |
| mcdwStartLiveOverlayMode | 10 | Live overlay mode is no longer supported.Assignment with this value is legal, but will have no effect on behavior. |
| mcdwStopLiveOverlayMode | 11 | Live overlay mode is no longer supported.Assignment with this value is legal, but will have no effect on behavior.
McDisplay.IsActionAvailable(mcwaIsLiveOverlayMode). |
See Also