Click or drag to resize

BlurFilter Constructor (BlurMethod)

Initialize a new instance with the specified BlurMethod.

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 BlurFilter(
	BlurMethod method
)

Parameters

method
Type: AGI.Foundation.Graphics.ImagingBlurMethod
Method used to blur the source raster.
See Also