LengthRecord Class
Contents
[
Hide
]Summary: Subpath Length Record Class.
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.LengthRecord
Inheritance: VectorPathRecord
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| LengthRecord() | Initializes a new instance of the LengthRecord class. |
| LengthRecord(data) | Initializes a new instance of the LengthRecord class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bezier_knot_records_count | int | r/w | Gets or sets the bezier knot records count. |
| is_closed | bool | r/w | Gets or sets a value indicating whether this instance is closed. |
| is_open | bool | r/w | Gets or sets a value indicating whether this instance is open. |
| path_operations | PathOperations | r/w | Gets or sets the path operations. |
| record_count | ushort | r/w | Gets or sets the record count. |
| shape_index | ushort | r/w | Gets or sets the index of current path shape in layer. |
| type | VectorPathType | r | Gets the type. |
Constructor: LengthRecord()
LengthRecord()
Initializes a new instance of the LengthRecord class.
Constructor: LengthRecord(data)
LengthRecord(data)
Initializes a new instance of the LengthRecord class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| data | byte | The record data. |