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

Properties

NameTypeAccessDescription
is_disabledboolr/wIs Path Disabled.
is_invertedboolr/wIs Path inverted.
is_not_linkedboolr/wIs Path not linked.

Methods

NameDescription
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

TypeDescription
IPathShape[]Array of IPathShape.

Method: set_items(shapes)

 set_items(shapes) 

Sets array of Shapes in a Path.

Parameters:

ParameterTypeDescription
shapesIPathShape[]Array of IPathShape.