_IMcViewEvents_PostPaintEventHandler 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_PostPaintEventHandler ( 
	stHDC As UInteger
)

Parameters

stHDC
Type: SystemUInt32
HDC_IDISPATCH_HANDLE : Handle to the device context - the hDC.
Remarks
Fired by the viewer just after calling SetDIBitsToDevice
See Also