I've googled the topic but all I see are also questions like mine and drawing shapes on a picture box then saving them.

My current situation:
I have a scrollable picturebox (achieved using panel + picturebox). On top of the image inside the picturebox I've added labels on different locations(the labels are added on run-time using PictureBox1.Controls.Add etc). I want to save the contents as well as the image inside the picturebox.

Thank you!