[FlagsAttribute()] public enum RasterPaintDibInfoFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum RasterPaintDibInfoFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterPaintDibInfoFlags
[FlagsAttribute()] public enum class RasterPaintDibInfoFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags are set |
0x00000001 | IgnoreLut | Ignore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images. |
0x00000002 | LowHighBitValid | LowBit and HighBit members of RasterPaintDibInfo are valid. This is valid only for grayscale images. |
You can combine two or more flags using a bitwise Or operator.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.RasterPaintDibInfoFlags