DK11 for Delphi | GisInterfaces.IGIS_Viewer.RotatedExtent | Methods | Properties
Compute extent (encompassing area of the extent) after the viewer rotation.
// Delphi public function RotatedExtent( const _extent : TGIS_Extent ) : TGIS_Extent;
// C++ Builder public: TGIS_Extent* RotatedExtent( TGIS_Extent* const _extent ) = 0;
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | extent to be rotated |
Type | Description |
---|---|
TGIS_Extent | Rotated extent. |