User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_viewer.rotatedextent_tgis_extent

Table of Contents

IGIS_Viewer.RotatedExtent method

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

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

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

Syntax

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

Parameters

Name Type Description
_extent TGIS_Extent extent to be rotated

Result

Type Description
TGIS_Extent Rotated extent.
2022/11/16 01:17

Page Tools