DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.MapToScreenRect | Constructors | Methods | Properties | Events
Converts rectangle coordinates from map related to screen related.
Available also on: .NET WinForms | Java | ActiveX | Python.
Implements IGIS_Viewer.MapToScreenRect.
// Delphi public function MapToScreenRect( const _rct : TGIS_Extent ) : TRect;
// C++ Builder public: TRect* MapToScreenRect( TGIS_Extent* const _rct );
Name | Type | Description |
---|---|---|
_rct | TGIS_Extent | coordinate in map units |
Type | Description |
---|---|
TRect | Calculated screen rectangle. |