GraphicsPath.AddBeziers

GraphicsPath.AddBeziers method

Adds a sequence of connected cubic Bezier curves to the current figure.

public void AddBeziers(PointF[] points)
ParameterTypeDescription
pointsPointF[]An array of PointF structures that represents the points that define the curves.

See Also