Click or drag to resize

ScribbleMode Enumeration

Indicates the type of blurring to use on the ScribbleCommand.

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 ScribbleMode
Members
  Member nameDescription
Blurred Applies a blurring effect to the image.
Filtered Applies a filtered effect to the image.
Posterized Applies a posterized effect to the image.
Despeckled Applies a despeckle effect to the image.
See Also