Click or drag to resize

RasterExtractBand Method (RasterBand)

Extracts the band of raster data associated with the given RasterBand.

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(
	RasterBand band
)

Parameters

band
Type: AGI.Foundation.Graphics.ImagingRasterBand
The RasterBand to be extracted.

Return Value

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