User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.screentomap3d_itpoint

Table of Contents

IGIS_Viewer.ScreenToMap3D method

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

Converts point coordinates from screen related to map related.

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

Syntax

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

Parameters

Name Type Description
_pt ITPoint coordinate in screen units

Result

Type Description
ITGIS_Point3D Screen coordinates converted to map coordinates.

Remarks

See TGIS_LayerVector.Locate for example.

2025/01/31 01:03

Page Tools