CompoundLineData

EmfPlusPenOptionalData.CompoundLineData property

Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9) that specifies an array of floating-point values that define the compound line of a pen, which is made up of parallel lines and spaces. This field MUST be present if the PenDataCompoundLine flag is set in the PenDataFlags field of the EmfPlusPenData object

public EmfPlusCompoundLineData CompoundLineData { get; set; }

See Also