Click or drag to resize

BandOrderFilter Constructor (RasterFormat, Boolean)

Initializes a new instance with a RasterFormat indicating the desired order of the bands in the source raster, and whether to maintain the source raster's format after swizzling.

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,
	bool maintainImageFormat
)

Parameters

bandOrder
Type: AGI.Foundation.Graphics.ImagingRasterFormat
The RasterFormat indicating the desired order of the bands in the source raster.
maintainImageFormat
Type: SystemBoolean
true to maintain the source raster's format after swizzling; otherwise, false.
See Also