DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.ScreenToMapRect | Constructors | Methods | Properties | Events
Converts rectangle coordinates from screen related to map related.
Available also on: Delphi FMX | .NET WinForms | ActiveX | Python.
// Java public TGIS_Extent ScreenToMapRect( TRect _rct );
// Oxygene public function ScreenToMapRect( _rct : TRect ) : TGIS_Extent;
Name | Type | Description |
---|---|---|
_rct | TRect | coordinate in screen units |
Type | Description |
---|---|
TGIS_Extent | Calculated extent. |
This is a reverse process of MapToScreenRect method. See MapToScreenRect for similar example.