User Tools

Site Tools


api:dk11:delphi:gisviewer3dbase.tgis_viewer3dbase.screentomap_tpoint

Table of Contents

TGIS_Viewer3DBase.ScreenToMap method

Syntax

// Delphi
public
  function ScreenToMap(
    const _pt : TPoint
  ) : TGIS_Point;
// C++ Builder
public:
  TGIS_Point* ScreenToMap(
    TPoint* const _pt
  );

Parameters

Name Type Description
_pt TPoint

Result

Type Description
TGIS_Point
2022/11/30 19:19

Page Tools