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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started