DK11 for Java | tatukgis.jdk.IGIS_Viewer.RotatedExtent | Methods | Properties
Compute extent (encompassing area of the extent) after the viewer rotation.
// Java public abstract TGIS_Extent RotatedExtent( TGIS_Extent _extent );
// Oxygene public function RotatedExtent( _extent : TGIS_Extent ) : TGIS_Extent;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be rotated |
Type | Description |
---|---|
TGIS_Extent | Rotated extent. |