DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ScreenToMap3D | Methods | Properties
Converts point coordinates from screen related to map related.
// 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 | coordinate in screen units |
Type | Description |
---|---|
ITGIS_Point3D | Screen coordinates converted to map coordinates. |
See TGIS_LayerVector.Locate for example.