Grx.draw_polyline_with_pixmap

function draw_polyline_with_pixmap(points: Array(Grx.Point), o: Grx.LineOptions, p: Grx.Pixmap): void {
    // Gjs wrapper for grx_draw_polyline_with_pixmap()
}
  

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

points

an array of Grx.Point

o

the line options

p

the pixmap