Click or drag to resize

Raster.ApplyInPlace Method

Applies a RasterFilter to the raster. The current raster will contain the results of the filtering.

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

Parameters

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