- Pixmap(width, height)
- Creates a new, empty Pixmap with the given width and height.
---
- with_canvas(proc)
- Calls the given procedure with a Canvas suitable for drawing on this Pixmap. The canvas is valid only for the duration of the call, and should not be retained beyond it.