Grx.user_draw_polyline_with_pixmap
@accepts(int, [Grx.Point], Grx.LineOptions, Grx.Pixmap) @returns(none) def user_draw_polyline_with_pixmap(n_points, points, o, p): # Python 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.
- n_points
the number of points in points
- points
an array of Grx.Point
- o
the line options
- p
the pixmap