Grx.draw_polyline_with_options

function draw_polyline_with_options(points: Array(Grx.Point), o: Grx.LineOptions): void {
    // Gjs wrapper for grx_draw_polyline_with_options()
}
  

Draw a multi-segment line on the current context that connects each point in the points array using the specified options.

points

an array of Grx.Point

o

the options