Click or drag to resize

ImageView.OnMouseButtonUp Event

This event is fired whenever a mouse button is released while the mouse is over the ImageView.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public event ImageView.MouseButtonUpHandler OnMouseButtonUp

Value

Type: Kofax.OmniPageCSDK.ToolBoxes.ImageView.MouseButtonUpHandler
Remarks

MButton identifies the mouse button that raised the event. A value of 1 indicates the left button, and 2 means that the right button was released.

PosX and PosY always returns Window coordinates. If you need the coordinates in a different coordinate mapping system, use one or more coordinate mapping methods. To learn more about the ImageView coordinate systems and the usage of this event, refer to the Coordinate Systems and Typical Use-Cases for Coordinate Transformations chapters in the documentation.

See Also