ImageFlagsfunction
Specifies the attributes of the pixel data contained in an image. The **GdipGetImageFlags** function returns an element of this enumeration.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Parameters
| Name | Description | |
|---|---|---|
ImageFlagsNone | 0 | |
ImageFlagsScalable | &h0001 | |
ImageFlagsHasAlpha | &h0002 | |
ImageFlagsHasTranslucent | &h0004 | |
ImageFlagsPartiallyScalable | &h0008 | |
ImageFlagsColorSpaceRGB | &h0010 | |
ImageFlagsColorSpaceCMYK | &h0020 | |
ImageFlagsColorSpaceGRAY | &h0040 | |
ImageFlagsColorSpaceYCBCR | &h0080 | |
ImageFlagsColorSpaceYCCK | &h0100 | |
ImageFlagsHasRealDPI | &h1000 | |
ImageFlagsHasRealPixelSize | &h2000 | |
ImageFlagsReadOnly | &h00010000 | |
ImageFlagsCaching | &h00020000 |
Description
Specifies the attributes of the pixel data contained in an image. The GdipGetImageFlags function returns an element of this enumeration.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations