User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.screentomapex_itgis_point

Table of Contents

IGIS_Viewer.ScreenToMapEx method

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

Converts point coordinates from screen related to map related, but source will be in TGIS_Point.

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

Syntax

// C#
public ITGIS_Point ScreenToMapEx(
  ITGIS_Point _pt
);
' VisualBasic
Public Function ScreenToMapEx(
  ByVal _pt As ITGIS_Point
) As ITGIS_Point
// Oxygene
public
  function ScreenToMapEx(
    _pt : ITGIS_Point
  ) : ITGIS_Point;

Parameters

Name Type Description
_pt ITGIS_Point coordinate in screen units

Result

Type Description
ITGIS_Point screen coordinates converted to map coordinates

Remarks

See TGIS_LayerVector.Locate for example.

2025/01/31 01:03

Page Tools