User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.unrotatedextent_tgis_extent

Table of Contents

TGIS_Viewer.UnrotatedExtent method

DK11 for Delphi | GisViewer.TGIS_Viewer.UnrotatedExtent | Constructors | Fields | Methods | Properties | Events

Compute original extent of the rotated extent.

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

Syntax

Implements IGIS_Viewer.UnrotatedExtent.

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

Parameters

Name Type Description
_extent TGIS_Extent rotated extent

Result

Type Description
TGIS_Extent Original un-rotated extent.

References

2022/11/30 19:19

Page Tools