H
ham Come>
I have an application with has some drawing operations
the code is sth like this:
For i as integer = 0 to 100
dim g as graphics
g = me.pictureBox1.CreateGraphics
g.Draw sth... ...
Next i
I just don't know how to save the final drawings to a file ( i mean the
total drawings).
Any help is greatly appreciated.
the code is sth like this:
For i as integer = 0 to 100
dim g as graphics
g = me.pictureBox1.CreateGraphics
g.Draw sth... ...
Next i
I just don't know how to save the final drawings to a file ( i mean the
total drawings).
Any help is greatly appreciated.