DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.baseUnrotatedExtent | Constructors | Fields | Methods | Properties | Events
Compute original extent of the rotated extent.
// Delphi protected function baseUnrotatedExtent( const _ext : TGIS_Extent ) : TGIS_Extent;
// C++ Builder protected: TGIS_Extent* baseUnrotatedExtent( TGIS_Extent* const _ext );
Name | Type | Description |
---|---|---|
_ext | TGIS_Extent | rotated extent |
Type | Description |
---|---|
TGIS_Extent | extent bigger then original with center placed in original center |