Interface IOrderedShape
Contents
[
Hide
]IOrderedShape interface
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.
public interface IOrderedShape
Properties
| Name | Description |
|---|---|
| EndPoint { get; } | Gets the ending shape point. |
| IsClosed { get; set; } | Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning. |
| StartPoint { get; } | Gets the starting shape point. |
Methods
| Name | Description |
|---|---|
| Reverse() | Reverses the order of points for this shape. |
See Also
- namespace Aspose.Imaging
- assembly Aspose.Imaging