Question: This lab will have you work with basic 2D graphics facilities in C# and .NET. Create a project named HouseForm in a solution named lab_171108.

This lab will have you work with basic 2D graphics facilities in C# and .NET.

Create a project named HouseForm in a solution named lab_171108. This project will be a windows form project.

Create an event handler for the Paint event of the form. You will be drawing directly on the form. It would be helpful to increase the size of the form. This will give you more room to work with.

The code you add should draw a picture of a house. This can be very simple (or more elaborate if you wish). You will need to demonstrate at least minimum of these drawing techniques:

A filled polygon

A filled ellipse (or circle)

A filled rectangle

A drawn polygon or ellipse or rectangle

You will have some other parts to the drawing, but these will show you can use all of the basic techniques.

--------------------------------------------------------------------------------------------------------------------------------------------

IF YOU COULD BE SPECIFIC WITH WHAT .CS FILES CERTAIN CODE GOES IN, THAT WOULD BE VERY APPRECIATED.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!