ImageViewOnMouseMovedTo 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 ImageViewMouseMovedToHandler OnMouseMovedTo
Public Event OnMouseMovedTo As ImageViewMouseMovedToHandler
public:
event ImageViewMouseMovedToHandler^ OnMouseMovedTo {
void add (ImageViewMouseMovedToHandler^ value);
void remove (ImageViewMouseMovedToHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesImageViewMouseMovedToHandler
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