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



Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. This command is available in the Raster Pro and above toolkits.

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

Syntax

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

Members

MemberDescription
InsideXKeep the X harmonics inside the X range and remove outside ones.
InsideYKeep the Y harmonics inside the Y range and remove outside ones.
NoneNo change.
OutsideXRemove the X harmonics inside the X range and keep outside ones.
OutsideYRemove the Y harmonics inside the Y range and keep outside ones.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that indicate how to handle peripherally exposed areas Color, Repeat, NoChange
Flags that indicate how to handle exposed areas inside the surface Rotate, WithoutRotate

Inheritance Hierarchy

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

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