| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum RasterPaintDibInfoFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterPaintDibInfoFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum RasterPaintDibInfoFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class RasterPaintDibInfoFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| IgnoreLut | Ignore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images. |
| LowHighBitValid | LowBit and HighBit members of RasterPaintDibInfo are valid. This is valid only for grayscale images. |
| None | No flags are set |
For an example, refer to RasterPaintCallbacks.
You can combine two or more flags using a bitwise Or operator.
System.Object
System.ValueType
System.Enum
Leadtools.Drawing.RasterPaintDibInfoFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code