Click or drag to resize

ImageViewBeforeZoneCustomDrawingHandler 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: SystemInt32
Rects
Type: SystemObject
Active
Type: SystemBoolean
Selected
Type: SystemBoolean
DC
Type: SystemIntPtr
CancelDefaultDrawing
Type: SystemBoolean
See Also