public class Graphics extends Painter:
graphics = Graphics(320, 200) graphics.drawRect(10, 10, 80, 40)
Graphics(width as Int = 0, height as Int = 0):