BandOrderFilter Constructor (RasterFormat) |
Initializes a new instance with a
RasterFormat indicating the desired order of the bands in the source raster.
Namespace:
AGI.Foundation.Graphics.Imaging
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic BandOrderFilter(
RasterFormat bandOrder
)
Public Sub New (
bandOrder As RasterFormat
)
public:
BandOrderFilter(
RasterFormat bandOrder
)
new :
bandOrder : RasterFormat -> BandOrderFilter
Parameters
- bandOrder
- Type: AGI.Foundation.Graphics.ImagingRasterFormat
The RasterFormat indicating the desired order of the bands in the source raster.
See Also