IPath Class
Summary: Interface describes the set of Paths that present in a Shape layer.
Module: aspose.psd.fileformats.psd.layers.layerresources
Full Name: aspose.psd.fileformats.psd.layers.layerresources.IPath
Aspose.PSD Version: 24.12.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| is_disabled | bool | r/w | Is Path Disabled. |
| is_inverted | bool | r/w | Is Path inverted. |
| is_not_linked | bool | r/w | Is Path not linked. |
Methods
| Name | Description |
|---|---|
| get_items() | Gets array of Shapes in a Path. |
| set_items(shapes) | Sets array of Shapes in a Path. |
Method: get_items()
get_items()
Gets array of Shapes in a Path.
Returns
| Type | Description |
|---|---|
| IPathShape[] | Array of IPathShape. |
Method: set_items(shapes)
set_items(shapes)
Sets array of Shapes in a Path.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| shapes | IPathShape[] | Array of IPathShape. |