Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
This enumeration has a 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 = {<br/> LeadtoolsMemberMarker(replace me) };
[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