CdrPathObject
Contents
[
Hide
]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
Constructor | Description |
---|---|
CdrPathObject() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | PointD[] | 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:
Parameter | Type | Description |
---|---|---|
value | byte[] | the point types. |