Question: Tools drawer.DrawRectangle ( int left, int top, int width, int height, string color ) ; drawer.DrawEllipse ( int center _ x , int center _

Tools
drawer.DrawRectangle(int left, int top, int width, int height, string color);
drawer.DrawEllipse(int center_x, int center_y, int width, int height, string color);
drawer.DrawTriangle(int x1, int y1, int x2, int y2, int x3, int y3, string color);
drawer.DrawPolygon4(int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4, string color);
Requirements
Successfully draw a Wi-Fi Symbol.
Base square of 200px by 200px.
Three curves for Wi-Fi waves.
Full circle at the center of the blue square -25px in diameter.
The edges of the Wi-Fi waves should stop at the center line of the base square.
Must use at least one function.
Must use variables.
The console has no errors pertaining to drawing.
Code must follow the class Coding Standards
Tools drawer.DrawRectangle ( int left, int top,

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 Programming Questions!