User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.screentomap_tpoint



TGIS_Viewer.ScreenToMap method

DK for Delphi | GisViewer.TGIS_Viewer.ScreenToMap | Constructors | Fields | Methods | Properties | Events

Converts point coordinates from screen coordinates to map coordinates.

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

Syntax

Implements IGIS_Viewer.ScreenToMap.

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

Parameters

Name Type Description
_pt TPoint Coordinate in screen units.

Result

Type Description
TGIS_Point Screen coordinates converted to map coordinates.

Remarks

See TGIS_LayerVector.Locate for an example.

References

2026/07/11 00:45

Page Tools