OdCurveTo Class
Summary: The Enhanced CurveTo
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdCurveTo
Inheritance: OdGraphicObject
Constructors
Name | Description |
---|---|
OdCurveTo(parent) | Initializes a new instance of the OdCurveTo class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
items | list[OdObject] | r | Gets the items. |
parent | OdObject | r | Gets the parent object. |
points | PointF[] | r/w | Gets or sets the points. |
Constructor: OdCurveTo(parent)
OdCurveTo(parent)
Initializes a new instance of the OdCurveTo class.
Parameters:
Parameter | Type | Description |
---|---|---|
parent | OdObject | The parent. |