Lucky
New member
I load a .jpg file into a picturebox then allow the user to draw graphics(line, rect, polygon, etc). I then want to save the image and persist the graphics. In VB6, setting AutoRedraw = true would do this. In VB dot net the AutoRedraw property does not exist. Documentation indicates that you must draw the graphics within the Paint event in order for them to persist. Ive tried this but it doesnt work. Also, calling Image.Save(path) saves the image as it was, but without the added graphics.
Does anyone know how to persist graphics within a picturebox?
Does anyone know how to persist graphics within a picturebox?