Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

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

Members

MemberDescription
None No change.
InsideX Keep the X harmonics inside the X range and remove outside ones.
OutsideX Remove the X harmonics inside the X range and keep outside ones.
InsideY Keep the Y harmonics inside the Y range and remove outside ones.
OutsideY Remove 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.
GroupFlags
Flags that indicate how to handle peripherally exposed areasColor, Repeat, NoChange
Flags that indicate how to handle exposed areas inside the surfaceRotate, WithoutRotate

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also