myblueocean
Well-known member
"'Draw a 200 pixel red rectangle 20 pixels from the top of the form.
e.Graphics.DrawRectangle(Pens.Red, 10, 20, 10, 25)
'fill the rectangle with a different colour.
e.Graphics.FillRectangle(Brushes.Red, 10, 20, 10, 25)"

e.Graphics.DrawRectangle(Pens.Red, 10, 20, 10, 25)
'fill the rectangle with a different colour.
e.Graphics.FillRectangle(Brushes.Red, 10, 20, 10, 25)"