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() | 反转此形状的点顺序。 |