Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterPaintDibInfoFlags Enumeration
See Also  
Leadtools Namespace : RasterPaintDibInfoFlags Enumeration



Flags that make up RasterPaintDibInfo.Flags.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterPaintDibInfoFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterPaintDibInfoFlags
C# 
[FlagsAttribute()]
public enum RasterPaintDibInfoFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class RasterPaintDibInfoFlags : public Enum 

Members

MemberDescription
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.

Example

For an example, refer to RasterPaintCallbacks.

Remarks

You can combine two or more flags using a bitwise Or operator.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterPaintDibInfoFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also