Class EmfPlusCustomLineCapOptionalData
Contents
[
Hide
]EmfPlusCustomLineCapOptionalData class
The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap.
public sealed class EmfPlusCustomLineCapOptionalData : EmfPlusStructureObjectType
Constructors
| Name | Description |
|---|---|
| EmfPlusCustomLineCapOptionalData() | The default constructor. |
Properties
| Name | Description |
|---|---|
| FillData { get; set; } | Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom graphics line cap. This field MUST be present if the CustomLineCapDataFillPath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object. |
| OutlineData { get; set; } | Gets or sets optional EmfPlusLinePath object (section 2.2.2.26) that specifies the path for outlining a custom graphics line cap. This field MUST be present if the CustomLineCapDataLinePath flag is set in the CustomLineCapDataFlags field of the EmfPlusCustomLineCapData object. |
See Also
- class EmfPlusStructureObjectType
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
- assembly Aspose.Imaging