OdArc Class
Contents
[
Hide
]Summary: The Enhanced Arc
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdArc
Inheritance: OdGraphicObject
Constructors
| Name | Description |
|---|---|
| OdArc(parent) | Initializes a new instance of the OdArc class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
| clock_wise | bool | r/w | Gets or sets a value indicating whether [clock wise]. |
| is_arc_to | bool | r/w | Gets or sets a value indicating whether this instance is arc to. |
| is_elliptical_qundrant_x | bool | r/w | Gets or sets a value indicating whether this instance is elliptical quadrant x. |
| is_elliptical_qundrant_y | bool | r/w | Gets or sets a value indicating whether this instance is elliptical quadrant y. |
| items | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Gets the items. |
| parent | OdObject | r | Gets the parent object. |
| point1 | PointF | r/w | Gets or sets the point1. |
| point2 | PointF | r/w | Gets or sets the point2. |
| point3 | PointF | r/w | Gets or sets the point3. |
| point4 | PointF | r/w | Gets or sets the point4. |
Constructor: OdArc(parent)
OdArc(parent)
Initializes a new instance of the OdArc class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |