DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.ScreenToMap | Methods | Properties
Gets the mouse position on the reference level in map units.
Available also on: Python.
// C# public ITGIS_Point ScreenToMap( ITPoint _pt );
' VisualBasic Public Function ScreenToMap( ByVal _pt As ITPoint ) As ITGIS_Point
// Oxygene public function ScreenToMap( _pt : ITPoint ) : ITGIS_Point;
| Name | Type | Description |
|---|---|---|
| _pt | ITPoint | Screen pixel position. |
| Type | Description |
|---|---|
| ITGIS_Point | Screen coordinates converted to map coordinates on the reference level. |