DK11 for Delphi | GisInterfaces.IGIS_Viewer.ScreenToMapRect | Methods | Properties
Converts rectangle coordinates from screen related to map related.
// Delphi public function ScreenToMapRect( const _rct : TRect ) : TGIS_Extent;
// C++ Builder public: TGIS_Extent* ScreenToMapRect( TRect* const _rct ) = 0;
Name | Type | Description |
---|---|---|
_rct | TRect | coordinate in screen units |
Type | Description |
---|---|
TGIS_Extent | Calculated extent. |
This is a reverse process of MapToScreenRect method. See MapToScreenRect for similar example.