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