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

NameTypeAccess描述
end_pointPointFr获取结束形状点。
is_closedboolr/w获取或设置一个值,指示有序形状是否闭合。在处理闭合的有序形状时,起始点和结束点没有意义。
start_pointPointFr获取起始形状点。

Methods

Name描述
reverse()反转此形状的点顺序。