Click or drag to resize

ImageView.MouseButtonDownHandler 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: System.Int32
PosX
Type: System.Int32
PosY
Type: System.Int32
See Also