VectorPathRecordFactory Klasse
Summary: Vector Path Record Factory Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.VectorPathRecordFactory
Constructors
| Name | Beschreibung |
|---|---|
| VectorPathRecordFactory() | Initialisiert eine neue Instanz der VectorPathRecordFactory Klasse |
Methods
| Name | Beschreibung |
|---|---|
| produce_path_record(data) | Erzeugt den Pfad-Datensatz. |
Constructor: VectorPathRecordFactory()
VectorPathRecordFactory()
Initialisiert eine neue Instanz der VectorPathRecordFactory Klasse
Method: produce_path_record(data)
produce_path_record(data)
Erzeugt den Pfad-Datensatz.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Daten | System.Byte | Die Daten des Datensatzes. |
Returns
| Typ | Beschreibung |
|---|---|
| VectorPathRecord | Erstellt VectorPathRecord |