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


[FlagsAttribute()] public enum DiscreteFourierTransformCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DiscreteFourierTransformCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DiscreteFourierTransformCommandFlags
[FlagsAttribute()] public enum DiscreteFourierTransformCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Core.DiscreteFourierTransformCommandFlags = function() { };
Leadtools.ImageProcessing.Core.DiscreteFourierTransformCommandFlags.prototype = {
None = 0x00000000,
DiscreteFourierTransform = 0x00000002,
InverseDiscreteFourierTransform = 0x00000002,
Blue = 0x00000010,
Green = 0x00000020,
Red = 0x00000030,
Gray = 0x00000040,
Magnitude = 0x00000100,
Phase = 0x00000200,
Both = 0x00000300,
Clip = 0x00001000,
Scale = 0x00002000,
All = 0x00010000,
Range = 0x00020000,
InsideX = 0x00100000,
OutsideX = 0x00200000,
InsideY = 0x01000000,
OutsideY = 0x02000000,
};
[FlagsAttribute()] public enum class DiscreteFourierTransformCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Group | Flags |
| Flags that represent the transformation type | DiscreteFourierTransform, InverseDiscreteFourierTransform |
| 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 InverseDiscreteFourierTransform is set and will be ignored if DiscreteFourierTransform is set | Magnitude, Phase, Both |
| Flags that represent the clipping type. This flag is used only if InverseDiscreteFourierTransform is set and will be ignored if FFT_FFT is set | Clip, Scale |
| Flags that represent which harmonics are used | All, Range |
| Flags that represent the operations on the X Harmonics range | InsideX, OutsideX |
| Flags that represent the operations on the Y Harmonics range | InsideY, OutsideY |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.DiscreteFourierTransformCommandFlags