DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.ScreenToMap3D | Constructors | Methods | Properties | Events
Converts point coordinates from screen related to map related.
Available also on: .NET WinForms | Java | ActiveX | Python.
Implements IGIS_Viewer.ScreenToMap3D.
// Delphi public function ScreenToMap3D( const _pt : TPoint ) : TGIS_Point3D;
// C++ Builder public: TGIS_Point3D* ScreenToMap3D( TPoint* const _pt );
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.