VectorPathRecordFactory Class
Summary: Vector Path Record Factory Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.VectorPathRecordFactory
Constructors
Name | Description |
---|---|
VectorPathRecordFactory() | Initializes a new instance of the VectorPathRecordFactory class |
Methods
Name | Description |
---|---|
produce_path_record(data) | Produces the path record. |
Constructor: VectorPathRecordFactory()
VectorPathRecordFactory()
Initializes a new instance of the VectorPathRecordFactory class
Method: produce_path_record(data)
produce_path_record(data)
Produces the path record.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The record data. |
Returns
Type | Description |
---|---|
VectorPathRecord | Created VectorPathRecord |