Click or drag to resize

Raster.ExtractBand Method (RasterFormat)

Extracts the bands of raster data associated with the given RasterFormat.

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Raster ExtractBand(
	RasterFormat format
)

Parameters

format
Type: AGI.Foundation.Graphics.Imaging.RasterFormat
The RasterFormat associated with the bands to be extracted.

Return Value

Type: Raster
A raster containing the bands of data specified.
See Also