Write a C# application that creates an animal, plant or building of your design, using basic graphics methods such as DrawRectangle(), DrawLine(), DrawEllipse(), DrawArc() and DrawPie().
At the bottom of your drawing include a text label that briefly describes your design. You select the fonts and colors that make the most sense for your design. This can get very complicated quickly, so I recommend keeping it simple to begin with and then add complexity as you have time.
A possible partial output for your program is shown below. (You are encouraged to be creative with your own design)
Demonstrate your code compiles and runs without issue (You can use screen captures to demonstrate this functionality in a word document).