It depends exactly what you want to do. One option is to allow the user to draw on the PictureBox
using GDI+ and then, to make it permanent, perform the same drawing on the Image
object being displayed. You would need some way to store the data representing the drawing to do it that way. If you want to make it permanent immediately, you can just draw onto the Image in the first place. If you want to do that, you should do some reading on GDI+ first. You should understand the subject first, rather than just trying to copy and paste code that others have written for you, which you'd have no idea how to debug or modify.,