A www.Sockets4.NET class library

ImageCanvas.Save Method (String, ImageFormat)

Saves this Image object to the specified file.

public void Save(
   string filename,
   ImageFormat imageFormat
);

Parameters

filename
A string that contains the name of the file to which to save this Image object.
imageFormat
The ImageFormat object for this Image object.

See Also

ImageCanvas Class | Sockets4Images Namespace | ImageCanvas.Save Overload List