User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewerwnd.maptoscreenrect_tgis_extent

Table of Contents

TGIS_ViewerWnd.MapToScreenRect method

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.

Syntax

Implements IGIS_Viewer.MapToScreenRect.

# Python
def MapToScreenRect(
  self,
  _rct: TGIS_Extent
) -> TRect: 

Parameters

Name Type Description
_rct TGIS_Extent coordinate in map units

Result

Type Description
TRect Calculated screen rectangle.
2023/08/09 02:00

Page Tools