public class CdrPathObject extends CdrGraphicObject
The Cdr path
| Constructor and Description |
|---|
CdrPathObject() |
| Modifier and Type | Method and Description |
|---|---|
PointD[] |
getPoints()
Gets the points.
|
byte[] |
getPointTypes()
Gets the point types.
|
void |
setPoints(PointD[] value)
Sets the points.
|
void |
setPointTypes(byte[] value)
Sets the point types.
|
getBoundsInPixels, getClipId, getHeight, getWidth, setBoundsInPixels, setClipId, setHeight, setWidthgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final PointD[] getPoints()
Gets the points.
public final void setPoints(PointD[] value)
Sets the points.
value - the points.public final byte[] getPointTypes()
Gets the point types.
public final void setPointTypes(byte[] value)
Sets the point types.
value - the point types.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.