COP4226, Homework 2

Due Thursday, November 10.

Zip your entire project and upload on the web. Exclude the Debug and Release directories. Be sure to include the folder that contains your control library.
Submitting Homework Online.

Control Library

You will add some classes to the control library from Homework 1. If you did not create the control library, then you will need to create it now. Add the project to the Homework 2 solution.

IOptions Interface

Create an interface, named IOptions, with the following properties.

Data Class

Create a class that will contain the pen color, shape color and pen width.

Main Project

Options Dialog

Main form with shapes and open options, Main form with more shapes after options changed, Options dialog with changed color, Preview.