Save

Save(string)

Save the image to the file.

public void Save(string filename)

See Also


Save(string, ImageFormat)

Save the image to the file.

public void Save(string filename, ImageFormat format)

See Also


Save(Stream, ImageFormat)

Save the image to the stream.

public void Save(Stream stream, ImageFormat format)

See Also