Classe OdShortCurveTo
Summary: The short CurveTo
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdShortCurveTo
Inheritance: OdCurveTo
Constructors
| Name | Description |
|---|---|
| OdShortCurveTo(parent) | Initialise une nouvelle instance de la classe OdShortCurveTo. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| parent | OdObject | r | Obtient l’objet parent. |
| points | PointF[] | r/w | Obtient ou définit les points. |
Constructor: OdShortCurveTo(parent)
OdShortCurveTo(parent)
Initialise une nouvelle instance de la classe OdShortCurveTo.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |