Ejemplo n.º 1
0
 public static Pixbuf FromFileAtSize(string filename, int width, int height)
 {
     return(NativeInterop.GdkPixbufNewFromFileAtSize(filename, width, height));
 }