addBezierLine

public PathBuilder addBezierLine(Point startPoint, Point endPoint)

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

Return

This returns itself with the updated data.

Parameters

startPoint

start point of the line.

endPoint

end point of the line.