Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_step_2

Step: 3

blur-text-image_step3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

how would you have done things differently?

Answered: 1 week ago

Question

What were the reasons for your conversion or resistance?

Answered: 1 week ago

Question

How was their resistance overcome?

Answered: 1 week ago