| Leadtools.ImageProcessing.Core Namespace : FourierTransformDisplayCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.


[FlagsAttribute()] public enum FourierTransformDisplayCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum FourierTransformDisplayCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FourierTransformDisplayCommandFlags
[FlagsAttribute()] public enum FourierTransformDisplayCommandFlags : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable
| 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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.FourierTransformDisplayCommandFlags