DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.RotatedExtent | Methods | Properties
Compute extent (encompassing area of the extent) after the viewer rotation.
// 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;
Name | Type | Description |
---|---|---|
_extent | ITGIS_Extent | extent to be rotated |
Type | Description |
---|---|
ITGIS_Extent | Rotated extent. |