Class BezierKnotRecord
- Namespace
- Aspose.Imaging.FileFormats.Core.VectorPaths
- Assembly
- Aspose.Imaging.dll
Bezier Knot Record Class
public class BezierKnotRecord : VectorPathRecord
- Inheritance
-
BezierKnotRecord
- Inherited Members
Constructors
BezierKnotRecord()
Initializes a new instance of the BezierKnotRecord class.
public BezierKnotRecord()
BezierKnotRecord(byte[])
Initializes a new instance of the BezierKnotRecord class.
public BezierKnotRecord(byte[] data)
Parameters
data
byte[]The record data.
Properties
IsClosed
Gets or sets a value indicating whether this instance is closed.
public bool IsClosed { get; set; }
Property Value
- bool
true
if this instance is closed; otherwise,false
.
IsLinked
Gets or sets a value indicating whether this instance is linked.
public bool IsLinked { get; set; }
Property Value
- bool
true
if this instance is linked; otherwise,false
.
IsOpen
Gets or sets a value indicating whether this instance is open.
public bool IsOpen { get; set; }
Property Value
- bool
true
if this instance is open; otherwise,false
.
PathPoints
Gets or sets the path points.
public PointF[] PathPoints { get; set; }
Property Value
- PointF[]
The path points.
Points
Gets or sets the points.
public Point[] Points { get; set; }
Property Value
- Point[]
The points.
Type
Gets the type.
public override VectorPathType Type { get; }
Property Value
- VectorPathType
The type.