_IMcViewEvents_AboutToPaintEventHandler Delegate

Fired during the viewer's OnDraw processing.

Namespace:  MediaCy.IQL.Display.Viewer
Assembly:  MediaCy.IQL.Display.Viewer (in MediaCy.IQL.Display.Viewer.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcViewEvents_AboutToPaintEventHandler ( 
	stHDC As UInteger,
	lPaintCode As Integer
)

Parameters

stHDC
Type: SystemUInt32
HDC_IDISPATCH_HANDLE : Handle to the device context - the hDC.
lPaintCode
Type: SystemInt32
long : Set to a mcPaintCode value.
Remarks
Fired by the viewer just before calling SetDIBitsToDevice.
See Also