User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.rotatedextent_itgis_extent

Table of Contents

IGIS_Viewer.RotatedExtent method

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

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

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

Syntax

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

Parameters

Name Type Description
_extent ITGIS_Extent extent to be rotated

Result

Type Description
ITGIS_Extent Rotated extent.
2025/01/31 01:03

Page Tools