Click or drag to resize

ImageView.BeforeZoneCustomDrawingHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void BeforeZoneCustomDrawingHandler(
	int ZoneIndex,
	Object Rects,
	bool Active,
	bool Selected,
	IntPtr DC,
	ref bool CancelDefaultDrawing
)

Parameters

ZoneIndex
Type: System.Int32
Rects
Type: System.Object
Active
Type: System.Boolean
Selected
Type: System.Boolean
DC
Type: System.IntPtr
CancelDefaultDrawing
Type: System.Boolean
See Also