DK11 for Delphi | GisInterfaces.IGIS_Viewer.MapToScreen | Methods | Properties
Converts point coordinates from map related to screen related.
// Delphi public function MapToScreen( const _ptg : TGIS_Point ) : TPoint;
// C++ Builder public: TPoint* MapToScreen( TGIS_Point* const _ptg ) = 0;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | coordinate in map units |
Type | Description |
---|---|
TPoint | Map coordinates converted to screen coordinates. |
See TGIS_LayerVector.DrawLabel for example.