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.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public interface IOrderedShape

The IOrderedShape type exposes the following members.

Properties
  NameDescription
Public propertyEndPoint
Gets the ending shape point.
Public propertyIsClosed
Gets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning.
Public propertyStartPoint
Gets the starting shape point.
Methods
  NameDescription
Public methodReverse
Reverses the order of points for this shape.
See Also