Question: Tools drawer.DrawRectangle ( int left, int top, int width, int height, string color ) ; drawer.DrawEllipse ( int center _ x , int center _
Tools
drawer.DrawRectangleint left, int top, int width, int height, string color;
drawer.DrawEllipseint centerx int centery int width, int height, string color;
drawer.DrawTriangleint x int y int x int y int x int y string color;
drawer.DrawPolygonint x int y int x int y int x int y int x int y string color;
Requirements
Successfully draw a WiFi Symbol.
Base square of px by px
Three curves for WiFi waves.
Full circle at the center of the blue square px in diameter.
The edges of the WiFi 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
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
