DK11 for Python | tatukgis.pdk.TGIS_Viewer.ScreenToMap | Constructors | Methods | Properties | Events
Converts point coordinates from screen related to map related.
Implements IGIS_Viewer.ScreenToMap.
# Python def ScreenToMap( self, _pt: TPoint ) -> TGIS_Point:
Name | Type | Description |
---|---|---|
_pt | TPoint | coordinate in screen units |
Type | Description |
---|---|
TGIS_Point | Screen coordinates converted to map coordinates. |
See TGIS_LayerVector.Locate for example.