There is no native way to save an image to disk under
the current release of the .NET Compact Framework.
On a side note
I ran into this issue when trying to save handwritten images
to files. I ended up having to save the mouse coordinates and
use them to redraw the image at runtime.