IVectorPathData Class
Summary: The interface for access to the vector path data.
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.IVectorPathData
Aspose.PSD Version: 24.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
is_disabled | bool | r/w | Gets or sets a value indicating whether this instance is disabled. |
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. |
paths | VectorPathRecord[] | r/w | Gets or sets the path records. |
version | int | r/w | Gets or sets the version. |