DK11 for Delphi | GisViewer.TGIS_Viewer.UnrotatedExtent | Constructors | Fields | Methods | Properties | Events
Compute original extent of the rotated extent.
Implements IGIS_Viewer.UnrotatedExtent.
// Delphi public function UnrotatedExtent( const _extent : TGIS_Extent ) : TGIS_Extent;
// C++ Builder public: TGIS_Extent* UnrotatedExtent( TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | rotated extent |
Type | Description |
---|---|
TGIS_Extent | Original un-rotated extent. |