Enum 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
Name | Value | Description |
---|---|---|
CustomLineCapDataFillPath | 1 | If set, an EmfPlusFillPath object MUST be specified in the OptionalData field of the EmfPlusCustomLineCapData object for filling the custom line cap. |
CustomLineCapDataLinePath | 2 | If 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
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging