User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.unrotatedpoint_tgis_point

Table of Contents

IGIS_Viewer.UnrotatedPoint method

DK for Delphi | GisInterfaces.IGIS_Viewer.UnrotatedPoint | Methods | Properties

Compute original position of the rotated point.

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

Syntax

// Delphi
public
  function UnrotatedPoint(
    const _ptg : TGIS_Point
  ) : TGIS_Point;
// C++ Builder
public:
  TGIS_Point* UnrotatedPoint(
    TGIS_Point* const _ptg
  ) = 0;

Parameters

Name Type Description
_ptg TGIS_Point rotated point

Result

Type Description
TGIS_Point Original un-rotated map coordinates.
2025/01/31 01:07

Page Tools