gfx.ImageSurface(int width, int height)
Constructor which creates a off-screen surface with given width and height. Calling gfx.ImageSurface() creates a window with a default size of 400 by 400.
gfx.ImageSurface()