This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.DrawBezier Method

Draws a cubic Bezier spline.

Overload List

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

Draws a cubic Bezier spline.

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

Draws a cubic Bezier spline.

Public method DrawBezier(Pen, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Draws a cubic Bezier spline.

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

Draws a cubic Bezier spline.

Remarks

A Bezier spline is defined with four points: first and last point specify beginning and end of the curve, second and third points specify so-called control points. The control points act as magnets, pulling the curve in certain directions to influence the way the Bezier spline bends.

All the coordinates are measured in units specified with Unit property.

See Also

Reference