ShapePath.CubicBezierTo
ShapePath.CubicBezierTo method
Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.
public void CubicBezierTo(float ctrX1, float ctrY1, float ctrX2, float ctrY2, float endX,
float endY)
Parameter | Type | Description |
---|---|---|
ctrX1 | Single | The x-coordinate of the first control point for the curve. |
ctrY1 | Single | The y-coordinate of the first control point for the curve. |
ctrX2 | Single | The x-coordinate of the second control point for the curve. |
ctrY2 | Single | The y-coordinate of the second control point for the curve. |
endX | Single | The x-coordinate of the endpoint of the curve. |
endY | Single | The y-coordinate of the endpoint of the curve. |
See Also
- class ShapePath
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells