Gdk.Pixbuf.Save Method
Saves pixbuf to a file.

Syntax

public bool Save (string filename, string type)

Parameters

filename
a string, name of the file to save
type
a string, file format to save in ("jpeg" and "png" are supported).

Returns

a bool

Remarks

The Gtk+ version of this call supports a text string of arguments, which Gtk# currently does not include. (TODO: explain the difference between Save and Savev, in light of this API difference.)

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)