Returns the current pointer position as an offset in pixels from the nearest corner of the current window.
Syntax
GetOffset()
Return Value
The current pointer position, using the syntax "(x,y)"
Remarks
When writing a command which positions the pointer you can place the pointer in an interesting location,
use this function to discover its coordinates, and use them as arguments to MoveTo.
Examples
CopyGet current pointer offset
Get Pointer = Clipboard.SetText(Pointer.GetOffset());
See Also
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)