LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

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.

.NET support WinRT support
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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class FrequencyFilterCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.