ImageView.OnMouseMovedTo Event
|
This event is fired whenever the mouse pointer position changes over the ImageView.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event ImageView.MouseMovedToHandler OnMouseMovedTo
Public Event OnMouseMovedTo As ImageView.MouseMovedToHandler
public:
event ImageView.MouseMovedToHandler^ OnMouseMovedTo {
void add (ImageView.MouseMovedToHandler^ value);
void remove (ImageView.MouseMovedToHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.ImageView.MouseMovedToHandler
Remarks
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