Method DrawBeziers
DrawBeziers(Pen, ReadOnlySpan<PointD>)
Draws a series of Bezier splines from an array of PointD structures.
public override void DrawBeziers(Pen pen, ReadOnlySpan<PointD> points)
Parameters
penPenPen that determines the color, width, and style of the curve.
pointsReadOnlySpan<PointD>Array of PointD structures that represent the points that determine the curve. The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10.