LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
MultiscaleEnhancementCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : MultiscaleEnhancementCommandFlags Enumeration



Flags that determine method behavior.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum MultiscaleEnhancementCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As MultiscaleEnhancementCommandFlags
C# 
[FlagsAttribute()]
public enum MultiscaleEnhancementCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class MultiscaleEnhancementCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
EdgeEnhancementAdd the edge enhancement option. When this flag is set, the EdgeLevels and EdgeCoefficient properties will be used.
LatitudeReductionAdd the latitude reduction option. When this flag is set, the LatitudeLevels and LatitudeCoefficient properties will be used.
NoneNo Enhancement.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommandFlags

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also