Classe OdArc
Contenu
[
Cacher
]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) | Initialise une nouvelle instance de la classe OdArc. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| clock_wise | bool | r/w | Obtient ou définit une valeur indiquant si [clock wise]. |
| is_arc_to | bool | r/w | Obtient ou définit une valeur indiquant si cette instance est arc to. |
| is_elliptical_qundrant_x | bool | r/w | Obtient ou définit une valeur indiquant si cette instance est le quadrant elliptique x. |
| is_elliptical_qundrant_y | bool | r/w | Obtient ou définit une valeur indiquant si cette instance est le quadrant elliptique y. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| parent | OdObject | r | Obtient l’objet parent. |
| point1 | PointF | r/w | Obtient ou définit le point1. |
| point2 | PointF | r/w | Obtient ou définit le point2. |
| point3 | PointF | r/w | Obtient ou définit le point3. |
| point4 | PointF | r/w | Obtient ou définit le point4. |
Constructor: OdArc(parent)
OdArc(parent)
Initialise une nouvelle instance de la classe OdArc.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |