User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.baseunrotatedextent_tgis_extent

Table of Contents

TGIS_LayerPixel.baseUnrotatedExtent method

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

Compute original extent of the rotated extent.

Available also on: .NET | Java.

Syntax

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

Parameters

Name Type Description
_ext TGIS_Extent rotated extent

Result

Type Description
TGIS_Extent extent bigger then original with center placed in original center
2020/05/07 01:08

Page Tools