PathBuilder
Interface used by a PathTypeMarker to generate platform types for Path instances.
Inheritors
Functions
Link copied to clipboard
abstract fun cubicTo(beginControlX: Float, beginControlY: Float, endControlX: Float, endControlY: Float, endX: Float, endY: Float)
Add a cubic bezier from the last point, approaching control points beginControlX, beginControlY and endControlX, endControlY, and ending at point endX, endY.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Same as lineTo, except coordinates are relative to the current location.
Link copied to clipboard
Same as moveTo, except coordinates are relative to the current location.
Link copied to clipboard
Same as quadraticTo, except coordinates are relative to the current location.