Click or drag to resize

ImageViewMouseButtonDownHandler Delegate

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public delegate void MouseButtonDownHandler(
	int MButton,
	int PosX,
	int PosY
)

Parameters

MButton
Type: SystemInt32
PosX
Type: SystemInt32
PosY
Type: SystemInt32
See Also