IOrderedShape Class

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.psd

Full Name: aspose.psd.IOrderedShape

Aspose.PSD Version: 24.4.0

Properties

NameTypeAccessDescription
end_pointPointFrGets the ending shape point.
is_closedboolr/wGets or sets a value indicating whether ordered shape is closed. When processing closed ordered shape the starting and ending points have no meaning.
start_pointPointFrGets the starting shape point.

Methods

NameDescription
reverse()Reverses the order of points for this shape.