PathUtils

object PathUtils

Functions

Link copied to clipboard
fun fillPathWithPaint(src: Path, paint: Paint): Path
fun fillPathWithPaint(src: Path, paint: Paint, cull: Rect?, resScale: Float): Path
fun fillPathWithPaint(src: Path, paint: Paint, cull: Rect?, matrix: Matrix33): Path

Returns the filled equivalent of the stroked path using the provided paint attributes.