User Tools

Site Tools


api:dk11:delphi:fmx.gisviewerwnd.tgis_viewerwnd.unrotatedextent_tgis_extent

Table of Contents

TGIS_ViewerWnd.UnrotatedExtent method

DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.UnrotatedExtent | Constructors | Methods | Properties | Events

Compute original extent of the rotated extent.

Available also on: .NET WinForms | 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.
2022/11/16 01:14

Page Tools