ImageFlags Enumeration
.NET Framework 2.0
Specifies the attributes of the pixel data contained in an Image object. The Flags property returns a member of this enumeration.
Assembly: System.Drawing (in system.drawing.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Drawing.ImagingAssembly: System.Drawing (in system.drawing.dll)
| Member name | Description | |
|---|---|---|
| Caching | The pixel data can be cached for faster access. | |
| ColorSpaceCmyk | The pixel data uses a CMYK color space. | |
| ColorSpaceGray | The pixel data is grayscale. | |
| ColorSpaceRgb | The pixel data uses an RGB color space. | |
| ColorSpaceYcbcr | Specifies that the image is stored using a YCBCR color space. | |
| ColorSpaceYcck | Specifies that the image is stored using a YCCK color space. | |
| HasAlpha | The pixel data contains alpha information. | |
| HasRealDpi | Specifies that dots per inch information is stored in the image. | |
| HasRealPixelSize | Specifies that the pixel size is stored in the image. | |
| HasTranslucent | Specifies that the pixel data has alpha values other than 0 (transparent) and 255 (opaque). | |
| None | There is no format information. | |
| PartiallyScalable | The pixel data is partially scalable, but there are some limitations. | |
| ReadOnly | The pixel data is read-only. | |
| Scalable | The pixel data is scalable. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: