VectorPathRecordFactory 类
Summary: Vector Path Record Factory Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.VectorPathRecordFactory
Constructors
| Name | 描述 |
|---|---|
| VectorPathRecordFactory() | 初始化 VectorPathRecordFactory 类的新实例 |
Methods
| Name | 描述 |
|---|---|
| produce_path_record(data) | 生成路径记录。 |
Constructor: VectorPathRecordFactory()
VectorPathRecordFactory()
初始化 VectorPathRecordFactory 类的新实例
Method: produce_path_record(data)
produce_path_record(data)
生成路径记录。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| 数据 | System.Byte | 记录数据。 |
Returns
| Type | Description |
|---|---|
| VectorPathRecord | 已创建 VectorPathRecord |