Package | Description |
---|---|
com.aspose.imaging.fileformats.cdr.objects |
The namespace handles Cdr file format processing.
|
com.aspose.imaging.fileformats.cdr.types |
The namespace handles Cdr file format processing.
|
Modifier and Type | Method and Description |
---|---|
PointD |
CdrArtisticText.getOrigin()
Gets the origin.
|
PointD[] |
CdrPpdt.getPoints()
Gets the points.
|
PointD[] |
CdrPolygon.getPoints()
Gets the points.
|
PointD[] |
CdrPathObject.getPoints()
Gets the points.
|
PointD[] |
CdrCurve.getPoints()
Gets the points.
|
PointD[] |
CdrArrow.getPoints()
Gets the points.
|
PointD |
CdrPolygonTransform.getPosition()
Gets the position.
|
Modifier and Type | Method and Description |
---|---|
void |
CdrArtisticText.setOrigin(PointD value)
Sets the origin.
|
void |
CdrPpdt.setPoints(PointD[] value)
Sets the points.
|
void |
CdrPolygon.setPoints(PointD[] value)
Sets the points.
|
void |
CdrPathObject.setPoints(PointD[] value)
Sets the points.
|
void |
CdrCurve.setPoints(PointD[] value)
Sets the points.
|
void |
CdrArrow.setPoints(PointD[] value)
Sets the points.
|
void |
CdrPolygonTransform.setPosition(PointD value)
Sets the position.
|
Modifier and Type | Method and Description |
---|---|
PointD |
PointD.Clone() |
Modifier and Type | Method and Description |
---|---|
void |
PointD.CloneTo(PointD that) |
static boolean |
PointD.isEquals(PointD obj1,
PointD obj2) |
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.