CubicBezierTo Method

CubicBezierTo function

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


func (instance *ShapePath) CubicBezierTo(ctrx1 float32, ctry1 float32, ctrx2 float32, ctry2 float32, endx float32, endy float32)  error

Remarks

See Also