LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FrequencyFilterCommandFlags Enumeration

Show in webframe







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
[FlagsAttribute()]
public enum FrequencyFilterCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum FrequencyFilterCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As FrequencyFilterCommandFlags
[FlagsAttribute()]
public enum FrequencyFilterCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.ImageProcessing.Core.FrequencyFilterCommandFlags = function() { };
Leadtools.ImageProcessing.Core.FrequencyFilterCommandFlags.prototype = {
None = 0x00000000, InsideX = 0x00000001, OutsideX = 0x00000002, InsideY = 0x00000010, OutsideY = 0x00000020, };
[FlagsAttribute()]
public enum class FrequencyFilterCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001InsideXKeep the X harmonics inside the X range and remove outside ones.
0x00000002OutsideXRemove the X harmonics inside the X range and keep outside ones.
0x00000010InsideYKeep the Y harmonics inside the Y range and remove outside ones.
0x00000020OutsideYRemove 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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.