ImageView.BeforeCustomPaintHandler Delegate |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
public delegate void BeforeCustomPaintHandler( int left, int top, int Width, int Height, IntPtr DC, ref bool CancelDefaultDrawing )
Public Delegate Sub BeforeCustomPaintHandler ( left As Integer, top As Integer, Width As Integer, Height As Integer, DC As IntPtr, ByRef CancelDefaultDrawing As Boolean )
public delegate void BeforeCustomPaintHandler( int left, int top, int Width, int Height, IntPtr DC, bool% CancelDefaultDrawing )