Create a Rectangle object and put the info into it for the rectangle you will draw. Then use the DrawRectangle function (of the Graphics object) to draw the rectangle. Then, call rect.Inflate(-3, -3) to make the rectangle 3 pixels smaller, and then call DrawRectangle again.