(PHP 4)
swf_shapecurveto3 — Draw a cubic bezier curve
Draw a cubic bezier curve using the given coordinates.
The current position is then set to the x3 ,y3 coordinate.
x-coordinate of the first off curve control point.
y-coordinate of the first off curve control point.
x-coordinate of the second off curve control point.
y-coordinate of the second off curve control point.
x-coordinate of the endpoint.
y-coordinate of the endpoint.
无返回值。