Click or drag to resize

BlurMethod Enumeration

The method used to blur or smooth a raster.

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 enum BlurMethod
Members
  Member nameDescription
Mean Provides smoothing and noise reduction through mean filtering.
Basic Provides basic blurring.
See Also