Click or drag to resize

ImageViewBeforeCustomPaintHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void BeforeCustomPaintHandler(
	int left,
	int top,
	int Width,
	int Height,
	IntPtr DC,
	ref bool CancelDefaultDrawing
)

Parameters

left
Type: SystemInt32
top
Type: SystemInt32
Width
Type: SystemInt32
Height
Type: SystemInt32
DC
Type: SystemIntPtr
CancelDefaultDrawing
Type: SystemBoolean
See Also