ImageView.AfterZoneCustomDrawingHandler Delegate |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
public delegate void AfterZoneCustomDrawingHandler( int ZoneIndex, Object Rects, bool Active, bool Selected, IntPtr DC )
Public Delegate Sub AfterZoneCustomDrawingHandler ( ZoneIndex As Integer, Rects As Object, Active As Boolean, Selected As Boolean, DC As IntPtr )
public delegate void AfterZoneCustomDrawingHandler( int ZoneIndex, Object^ Rects, bool Active, bool Selected, IntPtr DC )