Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace : DiscreteFourierTransformCommandFlags Enumeration |
This enumeration has a 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
typedef NS_OPTIONS(NSUInteger, LTDiscreteFourierTransformCommandFlags)
Leadtools.ImageProcessing.Core.DiscreteFourierTransformCommandFlags = function() { }; Leadtools.ImageProcessing.Core.DiscreteFourierTransformCommandFlags.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
[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