فئة OdLineTo
محتويات
[
يخفي
]Summary: The enhanced lineTo
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdLineTo
Inheritance: OdGraphicObject
Constructors
| Name | الوصف |
|---|---|
| OdLineTo(parent) | يُنشئ مثلاً جديداً من الفئة OdLineTo . |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| absolute_coordinates | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت [absolute coordinates]. |
| coordinates | PointF | r/w | الحصول أو تعيين الإحداثيات. |
| horizontal | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا OdLineTo عمودياً. |
| العناصر | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | يحصل على العناصر. |
| parent | OdObject | r | يحصل على الكائن الأب. |
| vertical | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان هذا OdLineTo عمودياً. |
Constructor: OdLineTo(parent)
OdLineTo(parent)
يُنشئ مثلاً جديداً من الفئة OdLineTo .
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأب. |