DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.ScreenToMapRect | Constructors | Methods | Properties | Events
Converts rectangle coordinates from screen related to map related.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
Implements IGIS_Viewer.ScreenToMapRect.
# Python def ScreenToMapRect( self _rct: tatukgis.rtl.TRect ) -> tatukgis.pdk.TGIS_Extent:
Name | Type | Description |
---|---|---|
_rct | tatukgis.rtl.TRect | coordinate in screen units |
Type | Description |
---|---|
tatukgis.pdk.TGIS_Extent | Calculated extent. |
This is a reverse process of MapToScreenRect method. See MapToScreenRect for similar example.