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