DK11 for Delphi | GisViewer.TGIS_Viewer.ScreenToMapRect | Overloads | Constructors | Fields | Methods | Properties | Events
Converts rectangle coordinates from screen related to map related.
Implements IGIS_Viewer.ScreenToMapRect.
// Delphi public function ScreenToMapRect( const _rct : TRect ) : TGIS_Extent; overload;
// C++ Builder public: TGIS_Extent* ScreenToMapRect( TRect* const _rct ) /* overload */;
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.