OdLineTo Class
Contents
[
Hide
]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) | Initializes a new instance of the OdLineTo class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
| coordinates | PointF | r/w | Gets or sets the coordinates. |
| horizontal | bool | r/w | Gets or sets a value indicating whether this OdLineTo is vertical. |
| items | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Gets the items. |
| parent | OdObject | r | Gets the parent object. |
| vertical | bool | r/w | Gets or sets a value indicating whether this OdLineTo is vertical. |
Constructor: OdLineTo(parent)
OdLineTo(parent)
Initializes a new instance of the OdLineTo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |