InterviewSolution
Saved Bookmarks
| 1. |
What is a rect statement?What values do thecoordinates hold? |
|
Answer» RECT (Statement) Draws a width X height pixel rectangle using the current pen and brush colors. it TELLS you how far along the x-axis to move to your location. With only one x-coordinate and one y-coordinate, you can plot any point on a GRAPH. |
|