klyn.gui.windows.Painter.roundRect
method
public roundRect(x as Int, y as Int, width as Int, height as Int, radius as Int) as Void:
Description
Adds a rounded rectangle to the current path.
painter.roundRect(10, 10, 80, 40, 10)