User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.basepointunrot_tgis_point

Table of Contents

TGIS_LayerPixel.basePointUnRot method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.basePointUnRot | Constructors | Fields | Methods | Properties | Events

Compute original position of the rotated point.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function basePointUnRot(
    const _pt : TGIS_Point
  ) : TGIS_Point;
// C++ Builder
protected:
  TGIS_Point* basePointUnRot(
    TGIS_Point* const _pt
  );

Parameters

Name Type Description
_pt TGIS_Point rotated point

Result

Type Description
TGIS_Point original point
2020/05/07 01:08

Page Tools