Leadtools.ImageProcessing.SpecialEffects Namespace : AgingCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum AgingCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum AgingCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As AgingCommandFlags
[FlagsAttribute()] public enum AgingCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags.prototype = {
PitsInverse = 0x00000000, DustInverse = 0x00000000, AddNothing = 0x00000000, ScratchInverse = 0x00000000, AddVerticalScratch = 0x00000001, AddHorizontalScratch = 0x00000002, AddDust = 0x00000004, AddPits = 0x00000008, ScratchColor = 0x00000010, DustColor = 0x00000020, PitsColor = 0x00000040, };
[FlagsAttribute()] public enum class AgingCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate the distortion type | AddNothing, AddVerticalScratch, AddHorizontalScratch, AddDust, AddPits |
Flags that indicate the distortion color | ScratchInverse, ScratchColor, DustInverse, DustColor, PitsInverse, PitsColor |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.AgingCommandFlags