Click or drag to resize

Pointer.Position Property (Typed)

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

Property Value

Type: Point
A 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