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: 2026.2.0.0.42 (.NET 4.6.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