Click or drag to resize

RasterExtractBand 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: 24.1.418.0 (24.1.418.0)
Syntax
public Raster ExtractBand(
	RasterFormat format
)

Parameters

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

Return Value

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