DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.MapToScreenEx | Constructors | Methods | Properties | Events
Converts point coordinates from map related to screen related, but result will be in TGIS_Point.
Available also on: .NET WinForms | Java | ActiveX | Python.
Implements IGIS_Viewer.MapToScreenEx.
// Delphi public function MapToScreenEx( const _pt : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* MapToScreenEx( TGIS_Point* const _pt );
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | coordinate in map units |
Type | Description |
---|---|
TGIS_Point | map coordinates converted to screen coordinates |
See TGIS_LayerVector.Locate for similar example.