Multiple images in a PictureBox Control
- From: prynhart@xxxxxxxxx
- Date: 19 Apr 2007 16:49:35 -0700
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
.
- Follow-Ups:
- Re: Multiple images in a PictureBox Control
- From: Michael Weber
- Re: Multiple images in a PictureBox Control
- Prev by Date: Re: Some c# interview questions
- Next by Date: Re: Making static class ToString() not possible, why?
- Previous by thread: Re: Events between processes
- Next by thread: Re: Multiple images in a PictureBox Control
- Index(es):
Relevant Pages
|