VectorPath Class
Contents
[
Hide
]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
Name | Description |
---|---|
VectorPath() | Initializes a new instance of the VectorPath class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
is_disabled | bool | r/w | Gets or sets a value indicating whether this instance is disabled. |
is_fill_starts_with_all_pixels | bool | r/w | Gets or sets a value indicating whether is fill starts with all pixels. |
is_inverted | bool | r/w | Gets or sets a value indicating whether this instance is inverted. |
is_not_linked | bool | r/w | Gets or sets a value indicating whether this instance is not linked. |
version | int | r/w | Gets or sets the version. |
Methods
Name | Description |
---|---|
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
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. |