User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.unrotatedextent_tgis_extent

Table of Contents

IGIS_Viewer.UnrotatedExtent method

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

Compute original extent of the rotated extent.

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

Syntax

// Delphi
public
  function UnrotatedExtent(
    const _extent : TGIS_Extent
  ) : TGIS_Extent;
// C++ Builder
public:
  TGIS_Extent* UnrotatedExtent(
    TGIS_Extent* const _extent
  ) = 0;

Parameters

Name Type Description
_extent TGIS_Extent rotated extent

Result

Type Description
TGIS_Extent Original un-rotated extent.
2022/11/16 01:18

Page Tools