DK for Delphi | GisViewer.TGIS_Viewer.ScreenToMapRect | Overloads | Constructors | Fields | Methods | Properties | Events
Converts point coordinates from screen related to map related.
// Delphi public function ScreenToMapRect( const _left : Integer; const _top : Integer; const _right : Integer; const _bottom : Integer ) : TGIS_Extent; overload;
// C++ Builder public: TGIS_Extent* ScreenToMapRect( const int _left, const int _top, const int _right, const int _bottom ) /* overload */;
Name | Type | Description |
---|---|---|
_left | Integer | rectangle coordinate in screen units |
_top | Integer | rectangle coordinate in screen units |
_right | Integer | rectangle coordinate in screen units |
_bottom | Integer | rectangle coordinate in screen units |
Type | Description |
---|---|
TGIS_Extent | Screen coordinates converted to map coordinates. |