Click or drag to resize

ImageViewAfterZoneCustomDrawingHandler Delegate

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

Parameters

ZoneIndex
Type: SystemInt32
Rects
Type: SystemObject
Active
Type: SystemBoolean
Selected
Type: SystemBoolean
DC
Type: SystemIntPtr
See Also