Click or drag to resize

RasterApplyInPlace 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: 24.1.418.0 (24.1.418.0)
Syntax
public void ApplyInPlace(
	RasterFilter filter
)

Parameters

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