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.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
is_closed | bool | r/w | Gets or sets property that determines if Shape is closed. |
path_operations | PathOperations | r/w | The operations for the path shapes combining (Boolean operations). |
Methods
Name | Description |
---|---|
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
Type | Description |
---|---|
BezierKnotRecord[] | Array of BezierKnotRecord. |
Method: set_items(bezier_points)
set_items(bezier_points)
Assignes array of Bexier knots.
Parameters:
Parameter | Type | Description |
---|---|---|
bezier_points | BezierKnotRecord[] | Array of bezier knots |