EmfPlusCompoundLineData

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

EmfPlusCompoundLineData 对象指定复合线的线段和间隔数据。

构造函数

构造函数描述
EmfPlusCompoundLineData()

方法

方法描述
getCompoundLineData()获取或设置一个 CompoundLineDataSize 浮点值数组,用于指定笔的复合线。
setCompoundLineData(float[] value)获取或设置一个 CompoundLineDataSize 浮点值数组,用于指定笔的复合线。

EmfPlusCompoundLineData()

public EmfPlusCompoundLineData()

getCompoundLineData()

public float[] getCompoundLineData()

获取或设置一个 CompoundLineDataSize 浮点值数组,用于指定笔的复合线。元素必须按递增顺序排列,且其值必须在 0.0 到 1.0(含)之间。

Returns: float[]

setCompoundLineData(float[] value)

public void setCompoundLineData(float[] value)

获取或设置一个 CompoundLineDataSize 浮点值数组,用于指定笔的复合线。元素必须按递增顺序排列,且其值必须在 0.0 到 1.0(含)之间。

Parameters:

参数类型描述
valuefloat[]