User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.maptoscreen3d_itgis_point3d

Table of Contents

IGIS_Viewer.MapToScreen3D method

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

Converts 3D point coordinates from map related to screen related.

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

Syntax

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

Parameters

Name Type Description
_ptg ITGIS_Point3D coordinate in map units

Result

Type Description
ITPoint Map coordinates converted to screen coordinates.

Remarks

See TGIS_LayerVector.DrawLabel for example.

2025/01/31 01:03

Page Tools