User Tools

Site Tools


api:dk11:delphi:gisviewer.tgis_viewer.rotatedextent_tgis_extent

Table of Contents

TGIS_Viewer.RotatedExtent method

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

Compute extent (encompassing area of the extent) after the viewer rotation.

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

Syntax

Implements IGIS_Viewer.RotatedExtent.

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

Parameters

Name Type Description
_extent TGIS_Extent extent to be rotated

Result

Type Description
TGIS_Extent Rotated extent.
2022/11/30 19:19

Page Tools