DK11 for Python | tatukgis.pdk.TGIS_ViewerWnd.MapToScreenRect | Constructors | Methods | Properties | Events
Converts rectangle coordinates from map related to screen related.
Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.
Implements IGIS_Viewer.MapToScreenRect.
# Python def MapToScreenRect( self, _rct: TGIS_Extent ) -> TRect:
Name | Type | Description |
---|---|---|
_rct | TGIS_Extent | coordinate in map units |
Type | Description |
---|---|
TRect | Calculated screen rectangle. |