Help Center

ObjectTypefunction

Indicates the object type value of an EMF+ record.

Graphicsfunctiondoc-orphan
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

NameDescription
ObjectTypeInvalid0
ObjectTypeBrush1
ObjectTypePen2
ObjectTypePath3
ObjectTypeRegion4
ObjectTypeFont5
ObjectTypeStringFormat6
ObjectTypeImageAttributes7
ObjectTypeCustomLineCap8
ObjectTypeGraphics9
ObjectTypeMinObjectTypeBrush
ObjectTypeMaxObjectTypeGraphics

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