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




Specifies the crackle mode to use in the CrackleCommand.

Syntax

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

Members

MemberDescription
PaintChipsCreates an effect of dried paint chipping off.
TinPunchMakes the image appear to be punched out onto a tin surface.
ErosionCreates the effect of erosion on the image.
PaintChips2A more intense version of the PaintChips effect.
Erosion2A more intense version of the Erosion effect.

Inheritance Hierarchy

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

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