Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum HistogramCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum HistogramCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum HistogramCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class HistogramCommandFlags : public Enum |
Member | Description |
---|---|
Master | All channels. |
Red | Red channel only. |
Green | Green channel only. |
Blue | Blue channel only. |
LowHighBits | Use only the bits between the LowBit and HighBit values. |
AllBits | Use all the bits for calculating the histogram (the LowBit and HighBit values are ignored.) |
Force256 | Force the resulted histogram array to 256 enteries length. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.HistogramCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family