Graphics.DrawBezier Method

Draws a Bezier spline.

Overload List

Name Description
Public method DrawBezier(Pen, PointF, PointF, PointF, PointF)

Draws a Bezier spline defined by four PointF structures.

Public method DrawBezier(Pen, Single, Single, Single, Single, Single, Single, Single, Single)

Draws a Bezier spline defined by four ordered pairs of coordinates that represent points.

See Also

Reference