VectorPathRecordFactory Class
Summary: Vector Path Record Factory Class.
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.VectorPathRecordFactory
Aspose.PSD Version: 24.9.0
Methods
Name | Description |
---|---|
produce_path_record(data) | Produces the path record. |
Method: produce_path_record(data) [static]
produce_path_record(data)
Produces the path record.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The record data. |
Returns
Type | Description |
---|---|
VectorPathRecord | Created VectorPathRecord. |