These flags have a System.FlagsAttribute attribute that allows a bitwise combination of member values.
Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum DigitalSubtractCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DigitalSubtractCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum DigitalSubtractCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class DigitalSubtractCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ContrastEnhancement | Perform a contrast enhancement after applying the subtraction. |
None | No enhancement. |
OptimizeRange | Optimize and increase the tonal range of the image after applying the subtraction. |
You can use a bitwise OR (|) to specify one flag from each group.
Value | Meaning |
ContrastEnhancement | Perform a contrast enhancement after applying the subtraction. |
OptimizeRange | Optimize and increase the tonal range of the image after applying the subtraction. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.DigitalSubtractCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)