Grx.draw_polyline

@accepts(int, [Grx.Point], Grx.Color)
@returns(none)
def draw_polyline(n_points, points, c):
    # Python wrapper for grx_draw_polyline()
  

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

n_points

the number of points in points

points

an array of Grx.Point

c

the color