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