GraphicsPath.AddBeziers

AddBeziers(Point[])

Adds a sequence of connected cubic Bézier curves to the current figure.

public void AddBeziers(Point[] points)
ParameterTypeDescription
pointsPoint[]The points.

See Also


AddBeziers(PointF[])

Adds a sequence of connected cubic Bézier curves to the current figure.

public void AddBeziers(PointF[] points)
ParameterTypeDescription
pointsPointF[]The points.

See Also