DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.ScreenToMap3D | Methods | Properties
Converts point coordinates from screen related to map related.
// C# public TGIS_Point3D ScreenToMap3D( TPoint _pt );
' VisualBasic Public Function ScreenToMap3D( ByVal _pt As TPoint ) As TGIS_Point3D
// Oxygene public function ScreenToMap3D( _pt : TPoint ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_pt | TPoint | coordinate in screen units |
Type | Description |
---|---|
TGIS_Point3D | Screen coordinates converted to map coordinates. |
See TGIS_LayerVector.Locate for example.