OdCurveTo Класс
Summary: The Enhanced CurveTo
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdCurveTo
Inheritance: OdGraphicObject
Constructors
| Name | Description |
|---|---|
| OdCurveTo(parent) | Инициализирует новый экземпляр класса OdCurveTo. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Получает или задает значение, указывающее, используются ли [absolute coordinates]. |
| элементы | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Получает элементы. |
| parent | OdObject | r | Получает родительский объект. |
| points | PointF[] | r/w | Получает или задает точки. |
Constructor: OdCurveTo(parent)
OdCurveTo(parent)
Инициализирует новый экземпляр класса OdCurveTo.
Parameters:
| Параметр | Тип | Описание |
|---|---|---|
| parent | OdObject | Родитель. |