CdrCurve

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrGraphicObject

public class CdrCurve extends CdrGraphicObject

cdr 曲线

构造函数

构造函数描述
CdrCurve()

方法

方法描述
getPoints()获取点。
setPoints(PointD[] value)设置点。
getPointTypes()获取点类型。
setPointTypes(byte[] value)设置点类型。

CdrCurve()

public CdrCurve()

getPoints()

public final PointD[] getPoints()

获取点。

Returns: com.aspose.imaging.fileformats.cdr.types.PointD[] - 点。

setPoints(PointD[] value)

public final void setPoints(PointD[] value)

设置点。

Parameters:

参数类型描述
valuePointD[]点。

getPointTypes()

public final byte[] getPointTypes()

获取点类型。

Returns: byte[] - 点类型。

setPointTypes(byte[] value)

public final void setPointTypes(byte[] value)

设置点类型。

Parameters:

参数类型描述
valuebyte[]点类型。