Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public BandOrderFilter(
	RasterFormat bandOrder
)

Parameters

bandOrder
Type: AGI.Foundation.Graphics.ImagingRasterFormat
The RasterFormat indicating the desired order of the bands in the source raster.
See Also