Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax

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

Members

MemberDescription
None No change.
Magnitude Plot harmonics magnitude data.
Phase Plot harmonics phase data.
Normal Plot harmonics magnitudes using the normal linear scale.
Log Plot harmonics magnitudes using logarithmic scale.

Remarks

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

Inheritance Hierarchy

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

Requirements

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

See Also