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