User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.screentomap_itpoint

Table of Contents

IGIS_Viewer.ScreenToMap method

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

Converts point coordinates from screen coordinates to map coordinates.

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

Syntax

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

Parameters

Name Type Description
_pt ITPoint 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