Hi!
Imagine that I have a matrix of 2x2 or 3x3 pictures and I want to make one big picture using these 4 or 9 pictures. I want to show this picture on a pictureBox.
I'm developing a Windows Mobile App.
How can I do this?
Edit: Moved comments to question for clarification..
Normally you asing an image to a pictureBox like this pictureBox.image = myImage
. I want to build myImage using 4 images. Imagine that I have a image and cut it out in four squared pieces. I want to use these 4 images to re-assamble the original one.
Thank you!