<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <linklocation="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<summary>Loads a new <seecref="T:Gdk.Pixbuf"/> from <paramrefname="file_name"/> at <paramrefname="x_zoom"/>, <paramrefname="y_zoom"/>, <paramrefname="max_width"/> and <paramrefname="max_height"/>.</summary>
<paramname="file_name"> A file name</param>
<paramname="x_zoom"> The horizontal zoom factor</param>
<paramname="y_zoom"> The vertical zoom factor</param>
<paramname="max_width"> The requested max width</param>
<paramname="max_height"> The requested max height</param>
<returns> A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is scaled from the size indicated by the file by a factor of <paramrefname="x_zoom"/> and <paramrefname="y_zoom"/>. If the resulting pixbuf would be larger than <paramrefname="max_width"/> / <paramrefname="max_height"/> it is uniformly scaled down to fit in that rectangle. If an error occurred <seelangword="null"/> is returned.</remarks>
<summary>Loads a new <seecref="T:Gdk.Pixbuf"/> from <paramrefname="file_name"/> at <paramrefname="height"/> and <paramrefname="width"/>.</summary>
<paramname="file_name"> A file name</param>
<paramname="width"> The new width, or -1</param>
<paramname="height"> The new height, or -1</param>
<returns> A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is scaled from the size indicated to the new size indicated by <paramrefname="width"/> and <paramrefname="height"/>. If either of these are -1, then the default size of the image being loaded is used. If an error occurred <seelangword="null"/> is returned.</remarks>
<summary>Loads a new <seecref="T:Gdk.Pixbuf"/> from <paramrefname="file_name"/> at <paramrefname="max_width"/> and <paramrefname="max_height"/>.</summary>
<paramname="file_name"> A file name</param>
<paramname="max_width"> The requested max width</param>
<paramname="max_height"> The requested max height</param>
<returns>A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is uniformly scaled so that the it fits into a rectangle of size <paramrefname="max_width"/> * <paramrefname="max_height"/>. If an error occurred <seelangword="null"/> is returned.</remarks>
<summary>Loads a new <seecref="T:Gdk.Pixbuf"/> from <paramrefname="file_name"/> at <paramrefname="x_zoom"/> and <paramrefname="y_zoom"/>.</summary>
<paramname="file_name"> A file name</param>
<paramname="x_zoom"> The horizontal zoom factor</param>
<paramname="y_zoom"> The vertical zoom factor</param>
<returns> A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is scaled from the size indicated by the file by a factor of <paramrefname="x_zoom"/> and <paramrefname="y_zoom"/>. If an error occurred <seelangword="null"/> is returned.</remarks>
<summary>Loads a new <seecref="T:Gdk.Pixbuf"/> from <paramrefname="file_name"/> at <paramrefname="max_width"/> and <paramrefname="max_height"/>.</summary>
<paramname="handle"> The <seecref="T:Rsvg.Handle"/> you wish to render with (either normal or gzipped)</param>
<paramname="file_name"> A file name</param>
<paramname="max_width"> The requested max width</param>
<paramname="max_height"> The requested max height</param>
<returns> A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is uniformly scaled so that the it fits into a rectangle of size <paramrefname="max_width"/> * <paramrefname="max_height"/>.</remarks>
<summary>Loads a new <seecref="T:Gdk.Pixbuf"/> from <paramrefname="file_name"/> at <paramrefname="width"/> and <paramrefname="height"/></summary>
<paramname="handle"> The <seecref="T:Rsvg.Handle"/> you wish to render with (either normal or gzipped)</param>
<paramname="file_name"> A file name</param>
<paramname="width"> The new width, or -1</param>
<paramname="height"> The new height, or -1</param>
<returns> A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is scaled from the size indicated to the new size indicated by width and height. If either of these are -1, then the default size of the image being loaded is used. If an error occurred <seelangword="null"/> is returned.</remarks>
<summary>Loads a new GdkPixbuf from file_name</summary>
<paramname="handle"> The <seecref="T:Rsvg.Handle"/> you wish to render with (either normal or gzipped)</param>
<paramname="file_name"> A file name</param>
<paramname="x_zoom"> The horizontal zoom factor</param>
<paramname="y_zoom"> The vertical zoom factor</param>
<paramname="max_width"> The requested max width</param>
<paramname="max_height"> The requested max height</param>
<returns> A newly allocated <seecref="T:Gdk.Pixbuf"/>, or <seelangword="null"/></returns>
<remarks>This pixbuf is scaled from the size indicated by the file by a factor of <paramrefname="x_zoom"/> and <paramrefname="y_zoom"/>. If the resulting pixbuf would be larger than <paramrefname="max_width"/> / <paramrefname="max_height"/> it is uniformly scaled down to fit in that rectangle. </remarks>