Click or drag to resize

StippleFilterType Enumeration

Indicates the type of blurring to use in the StippleCommand.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum StippleFilterType
Members
  Member nameDescription
ArithmeticMean Applies an arithmetic mean filter to the image.
Minimum Applies a minimum filter to the image.
Maximum Applies a maximum filter to the image.
GeometricMean Applies a geometric mean filter to the image.
YPMean Applies a YP mean filter to the image.
See Also