Class BezierCurveTwo
Represents a second-order Bezier curve.
Properties
segments
public IEnumerable<Segment> segments { get; }
this[]
public Segment this[int index] { get; }
Methods
Create()
Creates a second-order Bezier curve.
public Segment Create()
Remove(Segment segment)
Removes a second-order Bezier curve.
public void Remove(Segment segment)
RemoveAt(int index)
Removes a second-order Bezier curve by index index.
public void RemoveAt(int index)