LengthRecord 类
Summary: Subpath Length Record Class
Module: aspose.imaging.fileformats.core.vectorpaths
Full Name: aspose.imaging.fileformats.core.vectorpaths.LengthRecord
Inheritance: VectorPathRecord
Constructors
| Name | 描述 |
|---|---|
| LengthRecord() | 初始化一个新的 LengthRecord 类实例。 |
| LengthRecord(data) | 初始化一个新的 LengthRecord 类实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| bezier_knot_records_count | int | r/w | 获取或设置贝塞尔结记录计数。 |
| is_closed | bool | r/w | 获取或设置一个值,指示此实例是否已关闭。 |
| is_open | bool | r/w | 获取或设置一个值,指示此实例是否已打开。 |
| path_operations | PathOperations | r/w | 获取或设置路径操作。 |
| record_count | int | r/w | 获取或设置记录计数。 |
| shape_index | int | r/w | 获取或设置当前层中路径形状的索引。 |
| type | VectorPathType | r | 获取类型。 |
Constructor: LengthRecord()
LengthRecord()
初始化一个新的 LengthRecord 类实例。
Constructor: LengthRecord(data)
LengthRecord(data)
初始化一个新的 LengthRecord 类实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| 数据 | System.Byte | 记录数据。 |