EmfPlusCustomLineCapOptionalData Class

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

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusCustomLineCapOptionalData()Initializes a new instance of the EmfPlusCustomLineCapOptionalData class

Properties

NameTypeAccessDescription
fill_dataEmfPlusFillPathr/wGets 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_dataEmfPlusLinePathr/wGets 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