Atalasoft dotImage Send comments on this topic.
ScribbleMode Enumeration
See Also  
Atalasoft.dotImage Assembly > Atalasoft.Imaging.ImageProcessing.Effects Namespace : ScribbleMode Enumeration




Indicates the type of blurring to use on the ScribbleCommand.

Syntax

Visual Basic (Declaration) 
Public Enum ScribbleMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScribbleMode
C# 
public enum ScribbleMode : Enum 
Managed Extensions for C++ 
__value public enum ScribbleMode : public Enum 
C++/CLI 
public enum class ScribbleMode : public Enum 

Members

MemberDescription
BlurredApplies a blurring effect to the image.
FilteredApplies a filtered effect to the image.
PosterizedApplies a posterized effect to the image.
DespeckledApplies a despeckle effect to the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Atalasoft.Imaging.ImageProcessing.Effects.ScribbleMode

Requirements

Namespace: Atalasoft.Imaging.ImageProcessing.Effects

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Atalasoft.dotImage (in Atalasoft.dotImage.dll)

See Also