ImageTypefunction
Indicates whether an image is a bitmap or a metafile. The **GdipGetImageType** 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 | |
|---|---|---|
ImageTypeUnknown | 0 | |
ImageTypeBitmap | 1 | |
ImageTypeMetafile | 2 |
Description
The ImageType enumeration indicates whether an image is a bitmap or a metafile. The GdipGetImageType method returns an element of this enumeration.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations