LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

FourierTransformDisplayCommandFlags Enumeration

Show in webframe







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

            

            
Leadtools.ImageProcessing.Core.FourierTransformDisplayCommandFlags = function() { };
Leadtools.ImageProcessing.Core.FourierTransformDisplayCommandFlags.prototype = {
None = 0x00000000, Magnitude = 0x00000001, Phase = 0x00000002, Normal = 0x00000010, Log = 0x00000020, };
[FlagsAttribute()]
public enum class FourierTransformDisplayCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001MagnitudePlot harmonics magnitude data.
0x00000002PhasePlot harmonics phase data.
0x00000010NormalPlot harmonics magnitudes using the normal linear scale.
0x00000020LogPlot harmonics magnitudes using logarithmic scale.
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

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


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