User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.basepointrot_tgis_point

Table of Contents

TGIS_LayerPixel.basePointRot method

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

Compute position of the point after the defined in world file rotation.

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_pt TGIS_Point point to be rotated

Result

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

Page Tools