cubicTo

abstract fun cubicTo(point: Point, firstHandle: Point, secondHandle: Point): PathBuilder

Draws a cubic Bézier curve from the current point to this one.

Parameters

point

to end at

firstHandle

location of the first control point

secondHandle

location of th second control point