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