فئة OdConnector
محتويات
[
يخفي
]Summary: The connector
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdConnector
Inheritance: OdStyledObject
Constructors
| Name | الوصف |
|---|---|
| OdConnector(parent) | يُنشئ مثيلاً جديدًا من الفئة OdConnector. |
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 | يحصل على الكائن الأب. |
| path_commands | OdGraphicObject[] | r/w | يحصل أو يضبط أوامر المسار. |
| point1 | PointF | r/w | يحصل أو يضبط النقطة1. |
| point2 | PointF | r/w | يحصل أو يضبط النقطة2. |
| rectangle | RectangleF | r/w | يحصل أو يعيّن المستطيل. |
| style | OdGraphicStyle | r/w | الحصول أو تعيين النمط. |
Constructor: OdConnector(parent)
OdConnector(parent)
يُنشئ مثيلاً جديدًا من الفئة OdConnector.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأب. |