Class EmfPlusCustomLineCapOptionalData
The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap.
public sealed class EmfPlusCustomLineCapOptionalData : EmfPlusStructureObjectType
- Inheritance
-
EmfPlusCustomLineCapOptionalData
- Inherited Members
Constructors
EmfPlusCustomLineCapOptionalData()
public EmfPlusCustomLineCapOptionalData()
Properties
FillData
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.
public EmfPlusFillPath FillData { get; set; }
Property Value
OutlineData
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.
public EmfPlusLinePath OutlineData { get; set; }