This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum MultiscaleEnhancementCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MultiscaleEnhancementCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum MultiscaleEnhancementCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class MultiscaleEnhancementCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
EdgeEnhancement | Add the edge enhancement option. When this flag is set, the EdgeLevels and EdgeCoefficient properties will be used. |
LatitudeReduction | Add the latitude reduction option. When this flag is set, the LatitudeLevels and LatitudeCoefficient properties will be used. |
None | No Enhancement. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)