Class BezierSegment
BezierSegment class
The bezier segment going from one point to the next point and using two control points.
public sealed class BezierSegment : LineSegment
Constructors
| Name | Description |
|---|
| BezierSegment(PointF, PointF, PointF, PointF) | Initializes a new instance of the BezierSegment class. |
Properties
| Name | Description |
|---|
| override EndPoint { get; } | Gets the ending point. |
| FirstControlPoint { get; } | Gets the first control point of a bezier spline. |
| SecondControlPoint { get; } | Gets the second control point of a bezier spline. |
| override StartPoint { get; } | Gets the starting point. |
See Also