User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.maptoscreenrect_itgis_extent

Table of Contents

IGIS_Viewer.MapToScreenRect method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.MapToScreenRect | Methods | Properties

Converts rectangle coordinates from map related to screen related.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Parameters

Name Type Description
_rct ITGIS_Extent coordinate in map units

Result

Type Description
ITRect Calculated screen rectangle.
2025/01/31 01:03

Page Tools