DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.MapToScreen | Constructors | Methods | Properties | Events
Converts point coordinates from map related to screen related.
Available also on: Delphi VCL | .NET WinForms | .NET WPF | Java.
// Delphi public function MapToScreen( const _ptg : TGIS_Point ) : TPoint;
// C++ Builder public: TPoint* MapToScreen( TGIS_Point* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | coordinate in map units |
Type | Description |
---|---|
TPoint |
See TGIS_LayerVector.DrawLabel for example.