Visual Basic (Declaration) | |
---|---|
Public Property Flags As RasterPaintDibInfoFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterPaintDibInfoFlags Flags {get; set;} |
C++/CLI | |
---|---|
public: property RasterPaintDibInfoFlags Flags { RasterPaintDibInfoFlags get(); void set (RasterPaintDibInfoFlags value); } |
Return Value
See the RasterPaintDibInfoFlags enumeration for possible values.For an example, refer to RasterPaintDibInfo.
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).
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family