Pointer.Position Property (Typed) | |
A point representing the position of this pointer on the window, in screen coordinates.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Position AS Point GET SET
public virtual Point Position { get; set; }
Request Example
View SourceProperty Value
Type:
PointA 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