mcPaintCode Enumeration
|
|
Special values for the _IMcViewEvents.AboutToPaint and _IMcBasicViewEvents.AboutToPaintmethods' lPaintCode argument. These special values are used to send codes to
event sinks that call for special drawing.
Namespace:
MediaCy.IQL.Display.Viewer
Assembly:
MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcPaintCode
Members
| Member name | Value | Description |
---|
| mcpcNone | 0 | painter is to take the default action |
| mcpcScreenPaint | 1 | paint is to the screen or to a screen-compatible HDC |
| mcpcPrinterPaint | 2 | paint is to some non-screen compatible HDC |
| mcpcCreateMaskFlag | 16 | the paint should use only 0 or 255,255,255 for colors |
| mcpcBasePaintCodesMask | 15 | a mask for the range of basic paint control flags |
| mcpcAllPaintCodeFlags | 255 | a mask for the range of defined paint control flags |
See Also