[Mono-bugs] [Bug 57323][Blo] Changed - Cannot draw one image onto another using Graphics.DrawImage

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Apr 2004 14:32:15 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by eto@shaw.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=57323

--- shadow/57323	2004-04-21 10:55:36.000000000 -0400
+++ shadow/57323.tmp.32012	2004-04-21 14:32:15.000000000 -0400
@@ -49,6 +49,11 @@
 Bitmap dest = new Bitmap(500, 500, PixelFormat.Format32bppArgb); 
 Graphics g = Graphics.FromImage(dest); 
 g.DrawImage(source, new Rectangle(10,10,50,50)); // draw half the size
 
 ------- Additional Comments From vladimir@pobox.com  2004-04-21 10:55 -------
 What version of mcs System.Drawing and libgdiplus are you using?
+
+------- Additional Comments From eto@shaw.ca  2004-04-21 14:32 -------
+Ah, sorry.  I forgot to mention that.   I am using the latest CVS 
+version of libgdiplus, cairo 0.20, and core libraries/runtime from 
+CVS about a week ago.