Enum EmfPlusPenDataFlags
Contents
[
Hide
]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
Name | Value | Description |
---|---|---|
PenDataTransform | 1 | If set, a 2x3 transform matrix MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataStartCap | 2 | If set, the style of a starting line cap MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataEndCap | 4 | Indicates whether the style of an ending line cap MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataJoin | 8 | Indicates whether a line join type MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataMiterLimit | 10 | Indicates whether a miter limit MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataLineStyle | 20 | Indicates whether a line style MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataDashedLineCap | 40 | Indicates whether a dashed line cap MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataDashedLineOffset | 80 | Indicates whether a dashed line offset MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataDashedLine | 100 | Indicates whether an EmfPlusDashedLineData object MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataNonCenter | 200 | Indicates whether a pen alignment MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataCompoundLine | 400 | Indicates whether the length and content of a EmfPlusCompoundLineData object are present in the OptionalData field of an EmfPlusPenData object. |
PenDataCustomStartCap | 800 | Indicates whether an EmfPlusCustomStartCapData object MUST be specified in the OptionalData field of an EmfPlusPenData object. |
PenDataCustomEndCap | 1000 | Indicates 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
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging