Pointer.Position Property | |
A point representing the position of this pointer on the window, in screen coordinates.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Position AS USUAL GET SET
public virtual Usual Position { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA point representing the position of this pointer on the window, in screen coordinates.
Remarks
A point representing the position of this pointer on the window, in screen coordinates.
Alternatively, you can use the MouseMove() or MouseDrag() event handlers of class Window and use Where() to get the location of the pointer in screen coordinates.
See Also