draw_polygon method
draw_polygon
Draws a polygon.
def draw_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. |
draw_polygon
Draws a poligone.
def draw_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