←Select platform

FrequencyFilterCommandFlags Enumeration

Summary

Flags that indicate the operation to be performed on the specified X and Y harmonics ranges. This command is available in the Imaging Pro and above toolkits. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum FrequencyFilterCommandFlags   
<FlagsAttribute()> 
Public Enum FrequencyFilterCommandFlags  
[FlagsAttribute()] 
public enum class FrequencyFilterCommandFlags   

Members
ValueMemberDescription
0x00000000None No change.
0x00000001InsideX Keep the X harmonics inside the X range and remove outside ones.
0x00000002OutsideX Remove the X harmonics inside the X range and keep outside ones.
0x00000010InsideY Keep the Y harmonics inside the Y range and remove outside ones.
0x00000020OutsideY 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.

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

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly