[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
Thu, 22 Apr 2004 04:13:48 -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 vladimir@pobox.com.

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

--- shadow/57323	2004-04-22 01:13:19.000000000 -0400
+++ shadow/57323.tmp.6523	2004-04-22 04:13:48.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 57323
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: gentoo, kernel 2.6.5
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: Sys.Drawing.
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eto@shaw.ca               
@@ -80,6 +80,12 @@
 
 
 ------- Additional Comments From eto@shaw.ca  2004-04-22 01:13 -------
 Created an attachment (id=7452)
 Tests drawing one bitmap onto another
 
+
+------- Additional Comments From vladimir@pobox.com  2004-04-22 04:13 -------
+I just committed a fix for this to libgdiplus.  Note that your sample
+also wouldn't draw anything -- you're setting the pixels to an alpha
+value of 0x00 (i.e. fully transparent) :)  0xffffffff works fine,
+though.  Please test and let me know if it works for you!