←Select platform

Flags Property

Summary

Collection of flags indicating various options for the bitmap.

Syntax
C#
VB
C++
public RasterPaintDibInfoFlags Flags { get; set; } 
Public Property Flags As RasterPaintDibInfoFlags 
public: 
property RasterPaintDibInfoFlags Flags { 
   RasterPaintDibInfoFlags get(); 
   void set (    RasterPaintDibInfoFlags ); 
} 

Property Value

See the RasterPaintDibInfoFlags enumeration for possible values.

Remarks

Use these flags to indicate whether the image data does not use the whole range (for example the low 12 bits for 16-bit image data).

Example

For an example, refer to RasterPaintDibInfo.

Requirements

Target Platforms

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