←Select platform

RasterPaintDibInfoFlags Enumeration

Summary
Flags that make up RasterPaintDibInfo.Flags.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum RasterPaintDibInfoFlags   
[FlagsAttribute()] 
public enum class RasterPaintDibInfoFlags   
class RasterPaintDibInfoFlags(Enum): 
   None = 0 
   IgnoreLut = 1 
   LowHighBitValid = 2 
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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Drawing Namespace

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

Leadtools.Drawing Assembly

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