this is stupid.
VB Code:
  1. gr.DrawRectangle(Pens.Red, New Rectangle(0, 0, 100, 100))

New Rectangle(0, 0, 100, 100)
this is supposed to make a rectangle with size 100x100 located at 0,0
Well when you try to DRAW that, it will draw a rectangle of size 101x101. STUPID!!!!
I had a similar problem with the drawing classes before, but I think it was about something else. I just wanna kill the VS developers. Why do they make so many stupid "mistakes"?!!!!