BezierSegment.SecondControlPoint

BezierSegment.SecondControlPoint property

Gets the second control point of a bezier spline.

public PointF SecondControlPoint { get; }

Property Value

The second control point.

See Also