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