User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.maptoscreenrect_tgis_extent

Table of Contents

TGIS_ViewerWnd.MapToScreenRect method

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.

Syntax

// Java
public TRect MapToScreenRect(
  TGIS_Extent _rct
);
// Oxygene
public
  function MapToScreenRect(
    _rct : TGIS_Extent
  ) : TRect;

Parameters

Name Type Description
_rct TGIS_Extent coordinate in map units

Result

Type Description
TRect Calculated screen rectangle.
2024/12/20 22:03

Page Tools