This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum SampleTargetCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum SampleTargetCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As SampleTargetCommandFlags
[FlagsAttribute()] public enum SampleTargetCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags = function() { }; Leadtools.ImageProcessing.Color.SampleTargetCommandFlags.prototype = {
None = 0x00000000, Red = 0x00000001, Green = 0x00000002, Blue = 0x00000003, Rgb = 0x00000004, Low = 0x00000010, Mid = 0x00000020, High = 0x00000030, };
[FlagsAttribute()] public enum class SampleTargetCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that indicate the channel | Red, Green, Blue, Rgb |
Flags that indicate how other pixel values in the set channel will be affected | Low, Mid, High |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.SampleTargetCommandFlags