'Declaration
Public Function GetMouseTopInDocument() As Integer
public int GetMouseTopInDocument()
public function GetMouseTopInDocument(): Integer;
public function GetMouseTopInDocument() : int;
public: int GetMouseTopInDocument();
public: int GetMouseTopInDocument();
Return Value
The vertical 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.GetMouseTopInDocument() / GdViewer.VerticalResolution.