draw_oval method
draw_oval
Draws an oval.
def draw_oval(self, x, y, width, height):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | X coordinate of center of the oval. |
| y | float | Y coordinate of center of the oval. |
| width | float | A width of circumscribed rectangle. |
| height | float | A height of circumscribed rectangle. |
See Also
- module
aspose.page - class
Device