Grx.user_draw_polyline_with_pixmap

function user_draw_polyline_with_pixmap(points: Array(Grx.Point), o: Grx.LineOptions, p: Grx.Pixmap): void {
    // Gjs wrapper for grx_user_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 pattern.

points

an array of Grx.Point

o

the line options

p

the pixmap