Description
Fired during the viewer's OnDraw processing.
Syntax
Private Sub object_AfterPaint(Window, lHDC)
The AfterPaint Event syntax has these parts:
|
| object | A McWindows object. | | Window | A McWindow object. | | lHDC | A Long value. Handle to the device context - the hDC.
|
Remarks
Fired by the viewer just after calling SetDIBitsToDevice or SetDIBitsToDevice.
|