User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.maptoscreenrect_tgis_extent

Table of Contents

IGIS_Viewer.MapToScreenRect method

DK for .NET | TatukGIS.NDK.IGIS_Viewer.MapToScreenRect | Methods | Properties

Converts rectangle coordinates from map related to screen related.

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

Syntax

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

Parameters

Name Type Description
_rct TGIS_Extent coordinate in map units

Result

Type Description
TRect Calculated screen rectangle.
2025/01/31 01:14

Page Tools