DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.MapToScreenRect | Constructors | Methods | Properties | Events
Converts rectangle coordinates from map related to screen related.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// Java public TRect MapToScreenRect( TGIS_Extent _rct );
// Oxygene public function MapToScreenRect( _rct : TGIS_Extent ) : TRect;
Name | Type | Description |
---|---|---|
_rct | TGIS_Extent | coordinate in map units |
Type | Description |
---|---|
TRect | Calculated screen rectangle. |