draw_polyline_with_options
Description:
public void draw_polyline_with_options (
Point[] points,
LineOptions o)
Draw a multi-segment line on the current context that connects each point in the points
array using the specified options.
Parameters:
points |
an array of Point
|
o |
the options
|
n_points |
the number of points in points
|