User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.screentomap3d_itpoint

Table of Contents

IGIS_Viewer3D.ScreenToMap3D method

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

Get map coordinates of screen pixel

Available also on: 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 screen pixel position

Result

Type Description
ITGIS_Point3D screen coordinates converted to map coordinates
2025/01/31 01:03

Page Tools