System.Drawing.Drawing2D.GraphicsPath.AddBezier Method

Adds a cubic Bézier curve to the current figure.

Syntax

public void AddBezier (System.Drawing.PointF pt1, System.Drawing.PointF pt2, System.Drawing.PointF pt3, System.Drawing.PointF pt4)

Parameters

pt1
A System.Drawing.PointF that represents the starting point of the curve.
pt2
A System.Drawing.PointF that represents the first control point for the curve.
pt3
A System.Drawing.PointF that represents the second control point for the curve.
pt4
A System.Drawing.PointF that represents the endpoint of the curve.

Remarks

The cubic curve is constructed from the first point to the fourth point by using the second and third points as control points.

If there is a previous line or curve segment in the figure, a line is added to connect the endpoint of the previous segment to the starting point of the cubic curve.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0