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