path
Fills a line path connecting the given points.
Parameters
points
list of points for the path
fill
to fill with
fillRule
indicating how to fill the path
Fills a line path connecting the given points.
Parameters
path
to draw
fill
to fill with
fillRule
indicating how to fill the path
Draws a line path connecting the given points.
Parameters
points
list of points for the path
stroke
to outline with
Draws a line path connecting the given points.
Parameters
path
to draw
stroke
to outline with
abstract fun path(points: List<Point>, stroke: Stroke, fill: Paint, fillRule: Renderer.FillRule? = null)
Fills and outlines a line path connecting the given points.
Parameters
points
list of points for the path
stroke
to outline with
fill
to fill with
fillRule
indicating how to fill the path
Fills and outlines a line path connecting the given points.
Parameters
path
to draw
stroke
to use for outlining the path
fill
to fill with
fillRule
indicating how to fill the path