User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.screentomap_itpoint

Table of Contents

IGIS_Viewer3D.ScreenToMap method

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

Get the mouse position on ReferenceLevel in map units

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

Result

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

Page Tools