Vocola.net
Vocola 3.1 Function Library
GetOffset()
Namespaces LibraryPointer ► GetOffset
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());
This command gets the pointer offset in pixels from the nearest window corner and copies it to the clipboard.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)