User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.unrotatedextent_itgis_extent

Table of Contents

IGIS_Viewer.UnrotatedExtent method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.UnrotatedExtent | Methods | Properties

Compute original extent of the rotated extent.

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

Syntax

// C#
public ITGIS_Extent UnrotatedExtent(
  ITGIS_Extent _extent
);
' VisualBasic
Public Function UnrotatedExtent(
  ByVal _extent As ITGIS_Extent
) As ITGIS_Extent
// Oxygene
public
  function UnrotatedExtent(
    _extent : ITGIS_Extent
  ) : ITGIS_Extent;

Parameters

Name Type Description
_extent ITGIS_Extent rotated extent

Result

Type Description
ITGIS_Extent Original un-rotated extent.
2025/01/31 01:03

Page Tools