PathBuilder
Provides a way to create Paths programmatically.
Functions
Link copied to clipboard
open fun arcTo(point: Point, radius: Double, rotation: Measure<Angle> = 0 * degrees, largeArch: Boolean, sweep: Boolean): PathBuilder
Draws a circular curve (described here) from the current point to this one.
abstract fun arcTo(point: Point, xRadius: Double, yRadius: Double, rotation: Measure<Angle> = 0 * degrees, largeArch: Boolean, sweep: Boolean): PathBuilder
Draws an elliptic curve (described here) from the current point to this one.
Link copied to clipboard
Draws a line from the current point to this one.
Link copied to clipboard
Moves from the current point to this one.
Link copied to clipboard
Draws a quadratic Bézier curve from the current point to this one.