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