Click or drag to resize

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
Syntax
VB
Public Enumeration mcPaintCode
Members
  Member nameValueDescription
mcpcNone0painter is to take the default action
mcpcScreenPaint1paint is to the screen or to a screen-compatible HDC
mcpcPrinterPaint2paint is to some non-screen compatible HDC
mcpcCreateMaskFlag16the paint should use only 0 or 255,255,255 for colors
mcpcBasePaintCodesMask15a mask for the range of basic paint control flags
mcpcAllPaintCodeFlags255a mask for the range of defined paint control flags
See Also