arc_to method
arc_to
def arc_to(self, x1, y1, x2, y2, radius):
...
| Parameter | Type | Description |
|---|---|---|
| x1 | float | |
| y1 | float | |
| x2 | float | |
| y2 | float | |
| radius | float |
See Also
- module
aspose.html.dom.canvas - class
ICanvasRenderingContext2D
def arc_to(self, x1, y1, x2, y2, radius):
...
| Parameter | Type | Description |
|---|---|---|
| x1 | float | |
| y1 | float | |
| x2 | float | |
| y2 | float | |
| radius | float |
aspose.html.dom.canvasICanvasRenderingContext2D