public final class EmfPlusCustomLineCapOptionalData extends EmfPlusStructureObjectType
The EmfPlusCustomLineCapOptionalData object specifies optional fill and outline data for a custom line cap.
Constructor and Description |
---|
EmfPlusCustomLineCapOptionalData() |
Modifier and Type | Method and Description |
---|---|
EmfPlusFillPath |
getFillData()
Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom
graphics line cap.
|
EmfPlusLinePath |
getOutlineData()
Gets or sets optional EmfPlusLinePath object (section 2.2.2.26)
that specifies the path for outlining a custom graphics line cap.
|
void |
setFillData(EmfPlusFillPath value)
Gets or sets optional EmfPlusFillPath object (section 2.2.2.17) that specifies the path for filling a custom
graphics line cap.
|
void |
setOutlineData(EmfPlusLinePath value)
Gets or sets optional EmfPlusLinePath object (section 2.2.2.26)
that specifies the path for outlining a custom graphics line cap.
|
public EmfPlusFillPath getFillData()
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 void setFillData(EmfPlusFillPath value)
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 EmfPlusLinePath getOutlineData()
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 void setOutlineData(EmfPlusLinePath value)
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.