draw_polyline method
draw_polyline
Draws a polyline.
def draw_polyline(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_polyline
Draws a polyline.
def draw_polyline(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