DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.ScreenToMap | Constructors | Fields | Methods | Properties | Events
Converts point coordinates from screen related to map related.
Available also on: Delphi FMX | Java | ActiveX.
Implements IGIS_Viewer.ScreenToMap.
// C# public TGIS_Point ScreenToMap( TPoint _pt );
' VisualBasic Public Function ScreenToMap( ByVal _pt As TPoint ) As TGIS_Point
// Oxygene public function ScreenToMap( _pt : TPoint ) : TGIS_Point;
| Name | Type | Description |
|---|---|---|
| _pt | TPoint | coordinate in screen units |
| Type | Description |
|---|---|
| TGIS_Point | Screen coordinates converted to map coordinates. |
See TGIS_LayerVector.Locate for example.