فئة IOrderedShape
Summary: Represents an ordered shape. An ordered shape is a continuous set of points having a start point and end point.
The continuous set of points connected using a specific rule.
Module: aspose.imaging
Full Name: aspose.imaging.IOrderedShape
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| end_point | PointF | r | يحصل على نقطة النهاية للشكل. |
| is_closed | bool | r/w | يحصل أو يضبط قيمة تشير إلى ما إذا كان الشكل المرتب مغلقًا. عند معالجة الشكل المرتب المغلق لا يكون للنقطة البداية والنقطة النهاية معنى. |
| start_point | PointF | r | يحصل على نقطة بداية الشكل. |
Methods
| Name | الوصف |
|---|---|
| reverse() | يعكس ترتيب النقاط لهذا الشكل. |