addBezierCurve

public PathBuilder addBezierCurve(Array<Point> controlPoints)
public PathBuilder addBezierCurve(ArrayList<Point> controlPoints)

This adds a default Path defined by a specified BezierCurve to the PathBuilder.

Return

This returns itself with the updated data.

Parameters

controlPoints

This is the specified control points that define the BezierCurve.