Hello stackoverflow community.
I do not want to draw each pictureBoxes image to Panel1 but instead I want to add each pictureBox image(pictureBox1,pictureBox2,pictureBox3) to a Bitmap, then set that Bitmap to Panel1’s background Image.
Is this possible?
thanks

Here’s the method I’ve found to combine multiple images into one bitmap
You’ll need to create an array of images for this to work, then you could try this
Thanks,
Have a great day and sorry for misunderstanding 🙂