Lab 6. Graphics



Program Description

Write an application that draws a smiley face in a Picture Box.

Your smiley does not have to look exactly like this one. You should at minimum use the following functions:

In addition you must use at least 2 different colors and 2 different widths for your Pen object and 2 different colors for your SolidBrush object.

Here are the suggested steps:


For a 10% bonus, add a button that when clicked makes the smiley look left and another button that when clicked makes the smiley look right again.