Multiple images in a PictureBox Control



I have a PictureBox Control which is 96*96 pixels. I want to display
nine 32*32 pixel bitmaps in this control arranged in a 3X3 square. How
can I do this ? All the examples I've seen load only one image in the
PictureBox.

The code:

board.ClientSize = new Size(96, 96);
board.Image = (Image)image1;

displays image1 in the top left hand corner. How can I display images
2 - 9 ?

Thanks,

Patrick

.



Relevant Pages

  • Re: Bitmap + Clipboard + Transparency = Blue Background?
    ... PictureBox control and display it or simply save it to a new file and ... the clipboard's contents (transparent png) to be pasted into a much wider ...
    (microsoft.public.dotnet.framework.drawing)
  • ImageList
    ... I originally wanted to use a PictureBox control to display the ... images in the ImageList, ... Michael C. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Accessing web cam and saving image
    ... I can load a PictureBox Control with the image and display ... Have you tried: SavePicture Picture1.Picture "newpic.bmp" ...
    (microsoft.public.vb.winapi)
  • Image display
    ... I want to display an image (from a jpeg file) on the screen/form and MOVE it around. ... I tried to create a picturebox control and move it by changing its location property but when I tried with 3 or more pictureboxes the images began to smear on the screen. ...
    (microsoft.public.dotnet.languages.csharp)