ICanvas.BezierCurveTo
ICanvas.BezierCurveTo method
Adds a cubic Bézier curve to the current path.
public void BezierCurveTo(double cp1x, double cp1y, double cp2x, double cp2y, double x, double y)
Parameter | Type | Description |
---|---|---|
cp1x | Double | The x-coordinate of the first control point. |
cp1y | Double | The y-coordinate of the first control point. |
cp2x | Double | The x-coordinate of the second control point. |
cp2y | Double | The y-coordinate of the second 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