IPathShape Class

Summary: The Shape from the knots of the Bezier curve.

Module: aspose.psd.fileformats.psd.layers.layerresources

Full Name: aspose.psd.fileformats.psd.layers.layerresources.IPathShape

Aspose.PSD Version: 24.4.0

Properties

NameTypeAccessDescription
is_closedboolr/wGets or sets property that determines if Shape is closed.
path_operationsPathOperationsr/wThe operations for the path shapes combining (Boolean operations).

Methods

NameDescription
get_items()Gets array of Bezier knots.
set_items(bezier_points)Assignes array of Bexier knots.

Method: get_items()

 get_items() 

Gets array of Bezier knots.

Returns

TypeDescription
BezierKnotRecord[]Array of BezierKnotRecord.

Method: set_items(bezier_points)

 set_items(bezier_points) 

Assignes array of Bexier knots.

Parameters:

ParameterTypeDescription
bezier_pointsBezierKnotRecord[]Array of bezier knots