User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_viewer.screentomap_tpoint

TGIS_Viewer.ScreenToMap method

DK11 for Python | tatukgis.pdk.TGIS_Viewer.ScreenToMap | Constructors | Methods | Properties | Events

Converts point coordinates from screen related to map related.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

Implements IGIS_Viewer.ScreenToMap.

# Python
def ScreenToMap(
  self,
  _pt: TPoint
) -> TGIS_Point: 

Parameters

Name Type Description
_pt TPoint coordinate in screen units

Result

Type Description
TGIS_Point Screen coordinates converted to map coordinates.

Remarks

See TGIS_LayerVector.Locate for example.

References

2023/08/09 02:00

Page Tools