Description
Fired during the viewer's OnDraw processing.
Syntax
Private Sub object_AboutToPaint(lHDC, lPaintCode)
The AboutToPaint Event syntax has these parts:
|
| object | A McDisplay object. | | lHDC | A Long value. long : Handle to the device context - the hDC.
| | lPaintCode | A Long value. long : Set to a mcPaintCode value.
|
Remarks
Fired by the viewer just before calling SetDIBitsToDevice.
|