Class BezierKnotRecord
Contents
[
Hide
]BezierKnotRecord class
Bezier Knot Record Class
public class BezierKnotRecord : VectorPathRecord
Constructors
| Name | Description |
|---|---|
| BezierKnotRecord() | Initializes a new instance of the BezierKnotRecord class. |
| BezierKnotRecord(byte[]) | Initializes a new instance of the BezierKnotRecord class. |
Properties
| Name | Description |
|---|---|
| IsClosed { get; set; } | Gets or sets a value indicating whether this instance is closed. |
| IsLinked { get; set; } | Gets or sets a value indicating whether this instance is linked. |
| IsOpen { get; set; } | Gets or sets a value indicating whether this instance is open. |
| PathPoints { get; set; } | Gets or sets the path points. |
| Points { get; set; } | Gets or sets the points. |
| override Type { get; } | Gets the type. |
See Also
- class VectorPathRecord
- namespace Aspose.Imaging.FileFormats.Core.VectorPaths
- assembly Aspose.Imaging