Click or drag to resize

ImageView.BeforeCustomPaintHandler 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: System.Int32
top
Type: System.Int32
Width
Type: System.Int32
Height
Type: System.Int32
DC
Type: System.IntPtr
CancelDefaultDrawing
Type: System.Boolean
See Also