DK11 for Delphi | GisInterfaces.IGIS_Viewer.MapToScreenRect | Methods | Properties
Converts rectangle coordinates from map related to screen related.
// Delphi public function MapToScreenRect( const _rct : TGIS_Extent ) : TRect;
// C++ Builder public: TRect* MapToScreenRect( TGIS_Extent* const _rct ) = 0;
Name | Type | Description |
---|---|---|
_rct | TGIS_Extent | coordinate in map units |
Type | Description |
---|---|
TRect | Calculated screen rectangle. |