status = page:CurveTo3(x1, y1, x3, y3)
page:CurveTo3()
appends a Bezier curve to the current path using two specified points.
The point (x1, y1) and the point (x3, y3) are used as the control points for a Bezier curve and current point is moved to the point (x3, y3)
#1
#1
#2
#2