MouseEvent.Position Property | |
A point, in canvas coordinates, representing the position of the mouse pointer on the window when this MouseEvent was generated.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Position AS Point GET
public virtual Point Position { get; }
Request Example
View SourceProperty Value
Type:
PointA point, in canvas coordinates, representing the position of the mouse pointer on the window when this MouseEvent was generated.
See Also