فئة OdLine
Summary: The line object
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdLine
Inheritance: OdStyledObject
Constructors
| Name | الوصف |
|---|---|
| OdLine(parent) | يُنشئ مثيلاً جديدًا من الفئة OdPage. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| absolute_coordinates | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت [absolute coordinates]. |
| العناصر | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | يحصل على العناصر. |
| parent | OdObject | r | يحصل على الكائن الأب. |
| point1 | PointF | r/w | يحصل أو يضبط النقطة1. |
| point2 | PointF | r/w | يحصل أو يضبط النقطة2. |
| rectangle | RectangleF | r/w | يحصل أو يعيّن المستطيل. |
| style | OdGraphicStyle | r/w | الحصول أو تعيين النمط. |
Constructor: OdLine(parent)
OdLine(parent)
يُنشئ مثيلاً جديدًا من الفئة OdPage.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأب. |