Aspose::Cells::Drawing::ShapePath::CubicBezierTo method

ShapePath::CubicBezierTo method

Appends a cubic Bézier curve to the current figure. The starting point is the end point of the current figure.

void Aspose::Cells::Drawing::ShapePath::CubicBezierTo(float ctrX1, float ctrY1, float ctrX2, float ctrY2, float endX, float endY)
ParameterTypeDescription
ctrX1floatThe x-coordinate of the first control point for the curve.
ctrY1floatThe y-coordinate of the first control point for the curve.
ctrX2floatThe x-coordinate of the second control point for the curve.
ctrY2floatThe y-coordinate of the second control point for the curve.
endXfloatThe x-coordinate of the endpoint of the curve.
endYfloatThe y-coordinate of the endpoint of the curve.

See Also