Click or drag to resize

ImageViewAfterCustomPaintHandler Delegate

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

Parameters

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