draw_filled_polygon_with_pixmap


Description:

public void draw_filled_polygon_with_pixmap (Point[] points, Pixmap p)

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

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

p

the pixmap

n_points

the number of points in points


Namespace: Grx
Package: grx-3.0