1/24/00
COM1100 Winter2000 Lecture 7
4
Picture lab – BigPicture()
nvoid BigPicture();
nvoid UserPicture();
nvoid FourPictures();
n
n// write a function BigPicture that first clear the GW
n// then display the picture to fill the entire GW
nvoid BigPicture() {
n ClearDrawing();
n Picture(0, 0, 300);
n}