EmfPlusCustomLineCapDataFlags

EmfPlusCustomLineCapDataFlags enumeration

The CustomLineCapData flags specify data for custom line caps. These flags can be combined to specify multiple options.

[Flags]
public enum EmfPlusCustomLineCapDataFlags

Values

NameValueDescription
CustomLineCapDataFillPath1If set, an EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap.
CustomLineCapDataLinePath2If set, an EmfPlusLinePath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for outlining the custom line cap.

Remarks

Custom graphics line caps are specified by EmfPlusCustomLineCap objects.

See Also