'Declaration
Public Function GetMouseLeftInDocument() As Integer
public int GetMouseLeftInDocument()
public function GetMouseLeftInDocument(): Integer;
public function GetMouseLeftInDocument() : int;
public: int GetMouseLeftInDocument();
public: int GetMouseLeftInDocument();
Return Value
The horizontal coordinate of the current mouse cursor position related to the document area, in pixels.
If you want to get the actual position in inches, just use PosInches = GdViewer.GetMouseLeftInDocument() / GdViewer.HorizontalResolution.