DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.ScreenToMapRect | Methods | Properties
Converts rectangle coordinates from screen related to map related.
// C# public ITGIS_Extent ScreenToMapRect( ITRect _rct );
' VisualBasic Public Function ScreenToMapRect( ByVal _rct As ITRect ) As ITGIS_Extent
// Oxygene public function ScreenToMapRect( _rct : ITRect ) : ITGIS_Extent;
| Name | Type | Description |
|---|---|---|
| _rct | ITRect | coordinate in screen units |
| Type | Description |
|---|---|
| ITGIS_Extent | Calculated extent. |
This is a reverse process of MapToScreenRect method. See MapToScreenRect for similar example.