DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.MapToScreenRect | Methods | Properties
Converts rectangle coordinates from map related to screen related.
// C# public ITRect MapToScreenRect( ITGIS_Extent _rct );
' VisualBasic Public Function MapToScreenRect( ByVal _rct As ITGIS_Extent ) As ITRect
// Oxygene public function MapToScreenRect( _rct : ITGIS_Extent ) : ITRect;
Name | Type | Description |
---|---|---|
_rct | ITGIS_Extent | coordinate in map units |
Type | Description |
---|---|
ITRect | Calculated screen rectangle. |