←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly