فئة OdPolyLine
Summary: The polyline
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdPolyLine
Inheritance: OdPolygon
Constructors
| Name | الوصف |
|---|---|
| OdPolyLine(parent) | ينشئ مثلاً جديداً من الفئة OdPolyLine. |
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 | يحصل على الكائن الأب. |
| points | PointF[] | r/w | الحصول أو تعيين النقاط. |
| rectangle | RectangleF | r/w | يحصل أو يعيّن المستطيل. |
| style | OdGraphicStyle | r/w | الحصول أو تعيين النمط. |
Constructor: OdPolyLine(parent)
OdPolyLine(parent)
ينشئ مثلاً جديداً من الفئة OdPolyLine.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأب. |