Saving Camera shot and Drawing from picturebox to jpeg
问题 I watched and applied these video tutorials on my program: Camera Capture using AForge - https://youtu.be/_1GymNPQ248 Drawing Pad - https://youtu.be/TVPHEIJX-uw I used picturebox both on them and can't save files using SaveFileDialog. Using Graphics G = picturebox1.CreateGraphics() is temp (How to draw on a picturebox and save it in Winforms C#?) I just want to have permanent image of them and save. Hoping you could help me, friends. Here's my code: private void xpt_SnS_Click(object sender,