This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum FrequencyFilterCommandFlags Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum FrequencyFilterCommandFlags : Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class FrequencyFilterCommandFlags : public Enum | |
| Member | Description |
|---|---|
| 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. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.FrequencyFilterCommandFlags
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