CdrPathObject

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

public class CdrPathObject extends CdrGraphicObject

The Cdr path

Constructors

ConstructorDescription
CdrPathObject()

Methods

MethodDescription
getPoints()Gets the points.
setPoints(PointD[] value)Sets the points.
getPointTypes()Gets the point types.
setPointTypes(byte[] value)Sets the point types.

CdrPathObject()

public CdrPathObject()

getPoints()

public final PointD[] getPoints()

Gets the points.

Returns: com.aspose.imaging.fileformats.cdr.types.PointD[] - the points.

setPoints(PointD[] value)

public final void setPoints(PointD[] value)

Sets the points.

Parameters:

ParameterTypeDescription
valuePointD[]the points.

getPointTypes()

public final byte[] getPointTypes()

Gets the point types.

Returns: byte[] - the point types.

setPointTypes(byte[] value)

public final void setPointTypes(byte[] value)

Sets the point types.

Parameters:

ParameterTypeDescription
valuebyte[]the point types.