BezierKnotRecord Class
Contents
[
Hide
]Summary: Bezier Knot Record Class, used to read/write Bezier knots data from resource.
Module: aspose.psd.fileformats.core.vectorpaths
Full Name: aspose.psd.fileformats.core.vectorpaths.BezierKnotRecord
Inheritance: VectorPathRecord
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
BezierKnotRecord() | Initializes a new instance of the BezierKnotRecord class. |
BezierKnotRecord(data) | Initializes a new instance of the BezierKnotRecord class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
is_closed | bool | r/w | Gets or sets a value indicating whether this instance is closed. |
is_linked | bool | r/w | Gets or sets a value indicating whether this instance is linked. |
is_open | bool | r/w | Gets or sets a value indicating whether this instance is open. |
path_points | PointF[] | r/w | Gets or sets the path points. |
points | Point[] | r/w | Gets or sets the points. |
type | VectorPathType | r | Gets the type. |
Constructor: BezierKnotRecord()
BezierKnotRecord()
Initializes a new instance of the BezierKnotRecord class.
Constructor: BezierKnotRecord(data)
BezierKnotRecord(data)
Initializes a new instance of the BezierKnotRecord class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte | The record data. |