EmfPlusPenDataFlags

EmfPlusPenDataFlags enumeration

The PenData flags specify properties of graphics pens, including the presence of optional data fields. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusPenDataFlags

Values

NameValueDescription
PenDataTransform1If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataStartCap2If set, the style of a starting line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataEndCap4Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataJoin8Indicates whether a line join type MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataMiterLimit10Indicates whether a miter limit MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataLineStyle20Indicates whether a line style MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataDashedLineCap40Indicates whether a dashed line cap MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataDashedLineOffset80Indicates whether a dashed line offset MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataDashedLine100Indicates whether an EmfPlusDashedLineData object MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataNonCenter200Indicates whether a pen alignment MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataCompoundLine400Indicates whether the length and content of a EmfPlusCompoundLineData object are present in the OptionalData field of an EmfPlusPenData object.
PenDataCustomStartCap800Indicates whether an EmfPlusCustomStartCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.
PenDataCustomEndCap1000Indicates whether an EmfPlusCustomEndCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object.

Remarks

Graphics pens are specified by EmfPlusPen objects.

See Also