DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.UnrotatedExtent | Methods | Properties
Compute original extent of the rotated extent.
// 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;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | rotated extent |
Type | Description |
---|---|
ITGIS_Extent | Original un-rotated extent. |