klyn.gui.windows.Painter.fillRoundRect
method
public fillRoundRect(x as Int, y as Int, width as Int, height as Int, radius as Int) as Void:
Description
Fills a rounded rectangle.
painter.fillRoundRect(12, 12, 120, 60, 12)