OdCurveTo
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject
public class OdCurveTo extends OdGraphicObject
The Enhanced CurveTo
Constructors
| Constructor | Description |
|---|---|
| OdCurveTo(OdObject parent) | Initializes a new instance of the OdCurveTo class. |
Methods
| Method | Description |
|---|---|
| getPoints() | Gets or sets the points. |
| setPoints(PointF[] value) | Gets or sets the points. |
OdCurveTo(OdObject parent)
public OdCurveTo(OdObject parent)
Initializes a new instance of the OdCurveTo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |
getPoints()
public PointF[] getPoints()
Gets or sets the points.
Returns: com.aspose.imaging.PointF[] - The points.
setPoints(PointF[] value)
public void setPoints(PointF[] value)
Gets or sets the points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF[] | The points. |