gdk_pixbuf_new_from_file_at_scale ( filename width height preserve_aspect_ratio error -- GdkPixbuf* )


Vocabulary
gdk2.pixbuf.ffi

Inputs
filenamean object
widthan object
heightan object
preserve_aspect_ratioan object
erroran object


Outputs
GdkPixbuf*an object


Definition


LIBRARY: gdk.pixbuf FUNCTION: GdkPixbuf*
gdk_pixbuf_new_from_file_at_scale
( gchar* filename, gint width, gint height, gboolean
preserve_aspect_ratio, GError* error )