Drawing A Box
v Drawing a rectangle is like drawing a line except that
there is a final parameter “B”
   Line (x1, y1) - (x2, y2), RGB(r, g, b), B
v A specific fill color can be achieved by having two
properties set
o FillColor = RGB( , , )
o FillStyle = 0