Question: You can draw a rectangle using the method draw Rect, but you could also use draw Polygon. With canvas as a calling object, write an invocation of draw Polygon that will draw a rectangle 10 pixels high and 20 pixels wide, whose upper left corner is at the point (7, 8).