EmfPlusCompoundLineData
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusObject, com.aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusStructureObjectType
public final class EmfPlusCompoundLineData extends EmfPlusStructureObjectType
The EmfPlusCompoundLineData object specifies line and space data for a compound line.
Constructors
Constructor | Description |
---|---|
EmfPlusCompoundLineData() |
Methods
Method | Description |
---|---|
getCompoundLineData() | Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. |
setCompoundLineData(float[] value) | Gets or sets an array of CompoundLineDataSize floating-point values that specify the compound line of a pen. |
EmfPlusCompoundLineData()
public EmfPlusCompoundLineData()
getCompoundLineData()
public float[] getCompoundLineData()
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
Returns: float[]
setCompoundLineData(float[] value)
public void setCompoundLineData(float[] value)
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
Parameters:
Parameter | Type | Description |
---|---|---|
value | float[] |