User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.baserotatedextent_tgis_extent

Table of Contents

TGIS_LayerPixel.baseRotatedExtent method

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

Compute extent (encompassing area of the extent) after defined in world file rotation.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function baseRotatedExtent(
    const _ext : TGIS_Extent
  ) : TGIS_Extent;
// C++ Builder
protected:
  TGIS_Extent* baseRotatedExtent(
    TGIS_Extent* const _ext
  );

Parameters

Name Type Description
_ext TGIS_Extent extent to be rotated

Result

Type Description
TGIS_Extent rotated extent
2020/05/07 01:08

Page Tools