فئة OdArc
محتويات
[
يخفي
]Summary: The Enhanced Arc
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdArc
Inheritance: OdGraphicObject
Constructors
| Name | الوصف |
|---|---|
| OdArc(parent) | يُنشئ مثلاً جديداً من الفئة OdArc . |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| absolute_coordinates | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت [absolute coordinates]. |
| clock_wise | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان [clock wise]. |
| is_arc_to | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت هذه الحالة هي arc to. |
| is_elliptical_qundrant_x | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت هذه الحالة هي elliptical quadrant x. |
| is_elliptical_qundrant_y | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كانت هذه الحالة هي elliptical quadrant y. |
| العناصر | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | يحصل على العناصر. |
| parent | OdObject | r | يحصل على الكائن الأب. |
| point1 | PointF | r/w | يحصل أو يضبط النقطة1. |
| point2 | PointF | r/w | يحصل أو يضبط النقطة2. |
| point3 | PointF | r/w | يحصل أو يضبط النقطة3. |
| point4 | PointF | r/w | يحصل أو يضبط النقطة4. |
Constructor: OdArc(parent)
OdArc(parent)
يُنشئ مثلاً جديداً من الفئة OdArc .
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| parent | OdObject | الأب. |