Sets the canvas (drawing area) to be width -by- height pixels. This also erases the current drawing and resets the coordinate system, pen radius, pen color, and font back to their default values. Ordinarly, this method is called once, at the very beginning of a program. @param canv
(int canvasWidth, int canvasHeight)