now i am working with a image but not work the scale.

i use the, Gtk.Image image1;

but the image1.Pixbuf.SimpleScale() this method not work when i save the
image.

here the code.



           image1.File = "/home/mic/shadow.png";
           image1.Pixbuf.ScaleSimple(30,40, InterpType.Nearest);
            image1.Pixbuf.Save("/home/mic/abcdx", "png");
            image1.Show();

 this make the image "abcdx.png" but with the same size of  shadow.png.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to