|
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 : CLAHECommandFlags Enumeration |
[FlagsAttribute()] public enum CLAHECommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum CLAHECommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CLAHECommandFlags
[FlagsAttribute()] public enum CLAHECommandFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTCLAHECommandFlags)
public enum CLAHECommandFlags
Leadtools.ImageProcessing.Core.CLAHECommandFlags = function() { };
Leadtools.ImageProcessing.Core.CLAHECommandFlags.prototype = {<br/>
ApplyRayliehDistribution = 0x00000001,
ApplyExponentialDistribution = 0x00000002,
ApplyNormalDistribution = 0x00000004,
ApplySigmoidDistribution = 0x00000008,
};
[FlagsAttribute()] public enum class CLAHECommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Core.CLAHECommandFlags