Name
page:CurveTo2 -- append Bezier curve to path
Synopsis
status = page:CurveTo2(x2, y2, x3, y3)
Function
page:CurveTo2() appends a Bezier curve to the current path using the current point and (x2, y2) and (x3, y3) as control points. Then, the current point is set to (x3, y3).

Inputs
x2
x coordinate of control point #1
y2
y coordinate of control point #1
x3
x coordinate of control point #2
y3
y coordinate of control point #2
Results
status
status code

Show TOC