DK11 for Delphi | GisLayer.TGIS_Layer.transformExtent | Constructors | Fields | Methods | Properties | Events
Custom transformation of the extent.
// Delphi protected function transformExtent( const _forward : Boolean; const _extent : TGIS_Extent ) : TGIS_Extent;
// C++ Builder protected: TGIS_Extent* transformExtent( const bool _forward, TGIS_Extent* const _extent );
Name | Type | Description |
---|---|---|
_forward | Boolean | if true the transformation if forward; if else transformation is reversed |
_extent | TGIS_Extent | extent to be transformed; |
Type | Description |
---|---|
TGIS_Extent | transformed extent |