fill_polygon method
fill_polygon
Fills a poligone.
def fill_polygon(self, x_points, y_points, n_points):
...
Parameter | Type | Description |
---|---|---|
x_points | list | X coordinates of points. |
y_points | list | Y coordinate of points. |
n_points | int | The number of points. |
fill_polygon
Fills a poligone.
def fill_polygon(self, x_points, y_points, n_points):
...
Parameter | Type | Description |
---|---|---|
x_points | list | X coordinates of points. |
y_points | list | Y coordinate of points. |
n_points | int | The number of points. |
See Also
- module
aspose.page.eps
- class
PsDocument