LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FourierTransformDisplayCommandFlags Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : FourierTransformDisplayCommandFlags Enumeration



Flags that indicate the data to be shown and the plotting scale.

This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

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

Members

MemberDescription
LogPlot harmonics magnitudes using logarithmic scale.
MagnitudePlot harmonics magnitude data.
NoneNo change.
NormalPlot harmonics magnitudes using the normal linear scale.
PhasePlot harmonics phase data.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Flags that represent the data to be shown Magnitude, Phase
Flags that represent the plotting scale. These are ignored when Phase is set Normal, Logarithm

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also