lineStrip

fun Canvas.lineStrip(color: Color = Color.BLACK, points: List<ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int>>)
fun Canvas.lineStrip(color: Color = Color.BLACK, vararg points: ERROR CLASS: Symbol not found for Pair<kotlin/Int, kotlin/Int>)

Draws multiple lines on the canvas.

Parameters

color

The color of the line strip

points

The points to draw the line strip through