draw_polygon_with_options


Description:

public void draw_polygon_with_options (Point[] points, LineOptions o)

Draw a closed polygon on the current context that connects each point in the points array using the specified options.

Coordinate arrays can either contain or omit the closing edge of the polygon. It will be automatically appended to the list if it is missing.

Parameters:

points

an array of Point

o

the options

n_points

the number of points in points


Namespace: Grx.User
Package: grx-3.0