VectorPath Class

Summary: The class that contains vector paths.

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

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

Inheritance: IPath

Aspose.PSD Version: 24.9.0

Constructors

NameDescription
VectorPath()Initializes a new instance of the VectorPath class.

Properties

NameTypeAccessDescription
is_disabledboolr/wGets or sets a value indicating whether this instance is disabled.
is_fill_starts_with_all_pixelsboolr/wGets or sets a value indicating whether is fill starts with all pixels.
is_invertedboolr/wGets or sets a value indicating whether this instance is inverted.
is_not_linkedboolr/wGets or sets a value indicating whether this instance is not linked.
versionintr/wGets or sets the version.

Methods

NameDescription
get_items()Gets array of Shapes in a Path.
set_items(shapes)Sets array of Shapes in a Path.

Constructor: VectorPath()

 VectorPath() 

Initializes a new instance of the VectorPath class.

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.