Path.CurveTo Method

Adds a Bezier curve to the path.

Overload List

Name Description
Public method CurveTo(PointF, PointF)

Adds a quadratic Bezier curve to the path.

Public method CurveTo(PointF, PointF, PointF)

Adds a cubic Bezier curve to the path.

Public method CurveTo(Single, Single, Single, Single)

Adds a quadratic Bezier curve to the path.

Public method CurveTo(Single, Single, Single, Single, Single, Single)

Adds a cubic Bezier curve to the path.

See Also

Reference