ellipse method
ellipse
def ellipse(self, x, y, radius_x, radius_y, rotation, start_angle, end_angle):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | |
| y | float | |
| radius_x | float | |
| radius_y | float | |
| rotation | float | |
| start_angle | float | |
| end_angle | float |
ellipse
def ellipse(self, x, y, radius_x, radius_y, rotation, start_angle, end_angle, anticlockwise):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | |
| y | float | |
| radius_x | float | |
| radius_y | float | |
| rotation | float | |
| start_angle | float | |
| end_angle | float | |
| anticlockwise | bool |
See Also
- module
aspose.html.dom.canvas - class
ICanvasRenderingContext2D