LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

RasterPaintDibInfoFlags Enumeration

Show in webframe





Flags that make up RasterPaintDibInfo.Flags.
Syntax
[FlagsAttribute()]
public enum RasterPaintDibInfoFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterPaintDibInfoFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterPaintDibInfoFlags

            

            
[FlagsAttribute()]
public enum class RasterPaintDibInfoFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo flags are set
0x00000001IgnoreLutIgnore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images.
0x00000002LowHighBitValidLowBit and HighBit members of RasterPaintDibInfo are valid. This is valid only for grayscale images.
Remarks

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

Example
For an example, refer to RasterPaintCallbacks.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.