User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.unrotatedpoint_tgis_point

Table of Contents

TGIS_ViewerWnd.UnrotatedPoint method

DK for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.UnrotatedPoint | Constructors | Methods | Properties | Events

Compute original position of the rotated point.

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

Syntax

Implements IGIS_Viewer.UnrotatedPoint.

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

Parameters

Name Type Description
_ptg TGIS_Point rotated point

Result

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

Page Tools