| CreateMonochrome | Optional. A Boolean value. VARIANT_BOOL : If TRUE then the image is created as a monochrome, 8-bit, DIB. If FALSE (the default) then the image is create as a standard BGR 24-bit DIB. When CreateMonochrome is TRUE, the AboutToPaint event is sent with a mcpcCreateMaskFlag mcPaintCode flag; the effect of this is to cause notify sinks such as McGraphOverlay instances to draw with only a white (RGB 255,255,255) pen and brush.
|