ICanvas.QuadraticCurveTo

ICanvas.QuadraticCurveTo method

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

public void QuadraticCurveTo(double controlPointX, double controlPointY, double x, double y)
ParameterTypeDescription
controlPointXDoubleThe x-coordinate of the control point.
controlPointYDoubleThe y-coordinate of the control point.
xDoubleThe x-coordinate of the ending point.
yDoubleThe y-coordinate of the ending point.

See Also