Click or drag to resize

BandExtractFilter Constructor (RasterFormat)

Initializes a new instance with the RasterFormat containing the bands to be extracted from 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 BandExtractFilter(
	RasterFormat rasterFormat
)

Parameters

rasterFormat
Type: AGI.Foundation.Graphics.ImagingRasterFormat
The RasterFormat containing the bands to be extracted from the source raster.
See Also