DK11 for .NET | TatukGIS.NDK.TGIS_Layer.transformExtent | Constructors | Fields | Methods | Properties | Events
Custom transformation of the extent.
// C# protected TGIS_Extent transformExtent( bool _forward, TGIS_Extent _extent );
' VisualBasic Protected Function transformExtent( ByVal _forward As Boolean, ByVal _extent As TGIS_Extent ) As TGIS_Extent
// Oxygene protected function transformExtent( _forward : Boolean; _extent : TGIS_Extent ) : TGIS_Extent;
Name | Type | Description |
---|---|---|
_forward | bool 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 |