Leadtools.ImageProcessing.Core Namespace : FastFourierTransformCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum FastFourierTransformCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum FastFourierTransformCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As FastFourierTransformCommandFlags
[FlagsAttribute()] public enum FastFourierTransformCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.FastFourierTransformCommandFlags = function() { }; Leadtools.ImageProcessing.Core.FastFourierTransformCommandFlags.prototype = {
None = 0x00000000, FastFourierTransform = 0x00000002, InverseFastFourierTransform = 0x00000002, Blue = 0x00000010, Green = 0x00000020, Red = 0x00000030, Gray = 0x00000040, Magnitude = 0x00000100, Phase = 0x00000200, Both = 0x00000300, Clip = 0x00001000, Scale = 0x00002000, };
[FlagsAttribute()] public enum class FastFourierTransformCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that represent the transformation type | FastFourierTransform, InverseFastFourierTransform |
Flags that represent the operation channel type | Blue, Green, Red, Gray |
Flags that represent the frequency data type used for constructing the image: this flag is used only if InverseFastFourierTransform is set and will be ignored if FastFourierTransform is set | Magnitude, Phase, Both |
Flags that represent the clipping type. This flag is used only if InverseFastFourierTransform is set and will be ignored if FFT_FFT is set | Clip, Scale |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.FastFourierTransformCommandFlags