Classe VectorPathRecordFactory
Summary: Vector Path Record Factory Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.VectorPathRecordFactory
Constructors
| Name | Description |
|---|---|
| VectorPathRecordFactory() | Initialise une nouvelle instance de la classe VectorPathRecordFactory |
Methods
| Name | Description |
|---|---|
| produce_path_record(data) | Produit l’enregistrement du chemin. |
Constructor: VectorPathRecordFactory()
VectorPathRecordFactory()
Initialise une nouvelle instance de la classe VectorPathRecordFactory
Method: produce_path_record(data)
produce_path_record(data)
Produit l’enregistrement du chemin.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| données | System.Byte | Les données de l’enregistrement. |
Returns
| Type | Description |
|---|---|
| VectorPathRecord | Créé VectorPathRecord |