Click or drag to resize

RasterApply Method

Applies a RasterFilter to the raster and returns a new raster with the results of the filtering. The current raster is not modified.

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 Apply(
	RasterFilter filter
)

Parameters

filter
Type: AGI.Foundation.Graphics.ImagingRasterFilter
The RasterFilter to apply.

Return Value

Type: Raster
A Raster with the results of the filtering.
See Also