Click or drag to resize

Raster.Apply 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: 25.1.421.0 (25.1.421.0)
Syntax
public Raster Apply(
	RasterFilter filter
)

Parameters

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

Return Value

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