Is it possible to open a System.Drawing.Graphic Image in paint without having to save it first ?.. If not would it be possible to save the file temporarily, use it and then discard it again ?
this code requires a specific file and can't take an Image created with Graphics:
this code requires a specific file and can't take an Image created with Graphics:
Code:
Process.Start("mspaint.exe");