[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 10:55:36 -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-21 04:46:03.000000000 -0400
+++ shadow/57323.tmp.29023 2004-04-21 10:55:36.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 57323
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details: gentoo, kernel 2.6.5
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: Sys.Drawing.
AssignedTo: mono-bugs@ximian.com
ReportedBy: eto@shaw.ca
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -46,6 +46,9 @@
Bitmap source = new Bitmap(100, 100, PixelFormat.Format32bppArgb);
// draw to source bitmap directly using LockBits(), or other method
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?