fill_polygon method

fill_polygon

Fills a poligone.

def fill_polygon(self, x_points, y_points, n_points):
    ...
ParameterTypeDescription
x_pointslistX coordinates of points.
y_pointslistY coordinate of points.
n_pointsintThe number of points.

fill_polygon

Fills a poligone.

def fill_polygon(self, x_points, y_points, n_points):
    ...
ParameterTypeDescription
x_pointslistX coordinates of points.
y_pointslistY coordinate of points.
n_pointsintThe number of points.

See Also