User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.rotatedpoint_tgis_point

Table of Contents

IGIS_Viewer.RotatedPoint method

DK11 for Delphi | GisInterfaces.IGIS_Viewer.RotatedPoint | Methods | Properties

Compute position of the point after the viewer rotation.

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

Syntax

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

Parameters

Name Type Description
_ptg TGIS_Point point in to be rotated

Result

Type Description
TGIS_Point Rotated map coordinates.
2022/11/16 01:17

Page Tools