ICanvasPathMethods.QuadraticCurveTo

ICanvasPathMethods.QuadraticCurveTo method

Adds a quadratic Bézier curve to the current path.

public void QuadraticCurveTo(double cpx, double cpy, double x, double y)
ParameterTypeDescription
cpxDoubleThe x axis of the coordinate for the control point.
cpyDoubleThe y axis of the coordinate for the control point.
xDoubleThe x axis of the coordinate for the end point.
yDoubleThe y axis of the coordinate for the end point.

See Also