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