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 = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class FourierTransformDisplayCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Log | Plot harmonics magnitudes using logarithmic scale. |
Magnitude | Plot harmonics magnitude data. |
None | No change. |
Normal | Plot harmonics magnitudes using the normal linear scale. |
Phase | Plot harmonics phase data. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2