ObjectTypefunction
Indicates the object type value of an EMF+ record.
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 | |
|---|---|---|
ObjectTypeInvalid | 0 | |
ObjectTypeBrush | 1 | |
ObjectTypePen | 2 | |
ObjectTypePath | 3 | |
ObjectTypeRegion | 4 | |
ObjectTypeFont | 5 | |
ObjectTypeStringFormat | 6 | |
ObjectTypeImageAttributes | 7 | |
ObjectTypeCustomLineCap | 8 | |
ObjectTypeGraphics | 9 | |
ObjectTypeMin | ObjectTypeBrush | |
ObjectTypeMax | ObjectTypeGraphics |
Description
The ObjectType enumeration indicates the object type value of an EMF+ record.
Remarks
To determine whether the object type value of an EMF+ record is valid, call ObjectTypeIsValid.
Reference
- Documented in Graphics/GdiPlus Flat Api/GdiPlus Enumerations.md
- Topic: GdiPlus Enumerations