EmfPlusCustomLineCapOptionalData 类
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 | 描述 |
|---|---|
| EmfPlusCustomLineCapOptionalData() | 初始化 EmfPlusCustomLineCapOptionalData 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| fill_data | EmfPlusFillPath | r/w | 获取或设置可选的 EmfPlusFillPath 对象(section 2.2.2.17),该对象指定自定义 图形线帽的填充路径。如果在 EmfPlusCustomLineCapData 对象的 CustomLineCapDataFlags 字段中设置了 CustomLineCapDataFillPath 标志,则此字段必须存在。 |
| outline_data | EmfPlusLinePath | r/w | 获取或设置可选的 EmfPlusLinePath 对象(section 2.2.2.26) 该对象指定自定义图形线帽的轮廓路径。如果在 EmfPlusCustomLineCapData 对象的 CustomLineCapDataFlags 字段中设置了 CustomLineCapDataLinePath 标志,则此字段必须存在。 |
Constructor: EmfPlusCustomLineCapOptionalData()
EmfPlusCustomLineCapOptionalData()
初始化 EmfPlusCustomLineCapOptionalData 类的新实例