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 coordinates to map coordinates, using TGIS_Point as the source type.

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 an example.

2026/07/11 00:07

Page Tools