BezierKnotRecord

BezierKnotRecord class

Bezier Knot Record Class

public class BezierKnotRecord : VectorPathRecord

Constructors

NameDescription
BezierKnotRecord()Initializes a new instance of the BezierKnotRecord class.
BezierKnotRecord(byte[])Initializes a new instance of the BezierKnotRecord class.

Properties

NameDescription
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