Click or drag to resize

MouseEvent.Position Property

X#
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 
Request Example View Source

Property Value

Type: Point
A point, in canvas coordinates, representing the position of the mouse pointer on the window when this MouseEvent was generated.
See Also