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)
Parameter | Type | Description |
---|---|---|
controlPointX | Double | The x-coordinate of the control point. |
controlPointY | Double | The y-coordinate of the control point. |
x | Double | The x-coordinate of the ending point. |
y | Double | The y-coordinate of the ending point. |
See Also
- interface ICanvas
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG