DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.ScreenToMap3D | Methods | Properties
Get map coordinates of screen pixel
Available also on: Python.
// C# public ITGIS_Point3D ScreenToMap3D( ITPoint _pt );
' VisualBasic Public Function ScreenToMap3D( ByVal _pt As ITPoint ) As ITGIS_Point3D
// Oxygene public function ScreenToMap3D( _pt : ITPoint ) : ITGIS_Point3D;
Name | Type | Description |
---|---|---|
_pt | ITPoint | screen pixel position |
Type | Description |
---|---|
ITGIS_Point3D | screen coordinates converted to map coordinates |