Grx.draw_polyline_with_options

@accepts(int, [Grx.Point], Grx.LineOptions)
@returns(none)
def draw_polyline_with_options(n_points, points, o):
    # Python 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.

n_points

the number of points in points

points

an array of Grx.Point

o

the options