←Select platform

RasterPaintDibInfoFlags Enumeration

Summary
Flags that make up RasterPaintDibInfo.Flags.
Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum RasterPaintDibInfoFlags   
<FlagsAttribute()> 
Public Enum RasterPaintDibInfoFlags  
[FlagsAttribute()] 
public enum class RasterPaintDibInfoFlags   
Members
ValueMemberDescription
0x00000000None No flags are set
0x00000001IgnoreLut Ignore the raster image color lookup (LUT) table when performing color conversion. This is valid only for grayscale images.
0x00000002LowHighBitValid LowBit 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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.