LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)
LEAD Technologies, Inc

RasterPaintDibInfoFlags Enumeration






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 RasterPaintDibInfoFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Drawing.RasterPaintDibInfoFlags = function() { };
Leadtools.Drawing.RasterPaintDibInfoFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class RasterPaintDibInfoFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
IgnoreLutIgnore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images.
LowHighBitValidLowBit and HighBit members of RasterPaintDibInfo are valid. This is valid only for grayscale images.
NoneNo flags are set
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Drawing Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.