klyn.gui.windows.Painter.drawEllipse
method
public drawEllipse(x as Int, y as Int, width as Int, height as Int) as Void:
Description
Java-style alias of `strokeOval`.
painter.drawEllipse(10, 10, 80, 40)