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