Class EmfPlusCompoundLineData

Class EmfPlusCompoundLineData

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The EmfPlusCompoundLineData object specifies line and space data for a compound line.

public sealed class EmfPlusCompoundLineData : EmfPlusStructureObjectType

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusStructureObjectTypeEmfPlusCompoundLineData

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfPlusCompoundLineData()

public EmfPlusCompoundLineData()

Properties

CompoundLineData

Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. The elements MUST be in increasing order, and their values MUST be between 0.0 and 1.0, inclusive

public float[] CompoundLineData { get; set; }

Property Value

float[]