User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.screentomap_itpoint

Table of Contents

ITGIS_ViewerWnd.ScreenToMap method

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

Converts point coordinates from screen related to map related.

Available also on: Delphi FMX | .NET WinForms | Java.

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

2025/01/31 01:05

Page Tools