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

Namespace: Aspose.Html.Dom.Canvas
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public void QuadraticCurveTo(
	double cpx,
	double cpy,
	double x,
	double y
)

Parameters

cpx
Type: SystemDouble
The x axis of the coordinate for the control point.
cpy
Type: SystemDouble
The y axis of the coordinate for the control point.
x
Type: SystemDouble
The x axis of the coordinate for the end point.
y
Type: SystemDouble
The y axis of the coordinate for the end point.

Implements

ICanvasPathMethodsQuadraticCurveTo(Double, Double, Double, Double)
See Also