public interface IOrderedShape
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.
Modifier and Type | Method and Description |
---|---|
PointF |
getEndPoint() |
PointF |
getStartPoint() |
boolean |
isClosed() |
void |
reverse() |
void |
setClosed(boolean value) |
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.