Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterPaintDibInfoFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterPaintDibInfoFlags : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterPaintDibInfoFlags : public Enum |
Member | Description |
---|---|
None | No flags are set |
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. |
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.RasterPaintDibInfoFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family