You can use the:
Code:
// Create a Graphics object for the Control.
   Graphics g = pictureBox.CreateGraphics();
to get the Graphics object for the PictureBox control. Then use the members of the Graphics class to draw on it.