EmfPlusCustomLineCapOptionalData Class
Contents
[
Hide
]Summary: The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap.
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusCustomLineCapOptionalData
Inheritance: EmfPlusStructureObjectType
Constructors
Name | Description |
---|---|
EmfPlusCustomLineCapOptionalData() | Initializes a new instance of the EmfPlusCustomLineCapOptionalData class |
Properties
Name | Type | Access | Description |
---|---|---|---|
fill_data | EmfPlusFillPath | r/w | 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. |
outline_data | EmfPlusLinePath | r/w | 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. |
Constructor: EmfPlusCustomLineCapOptionalData()
EmfPlusCustomLineCapOptionalData()
Initializes a new instance of the EmfPlusCustomLineCapOptionalData class