[Mono-bugs] [Bug 75063][Nor] Changed - [PATCH] Graphics.DrawImage(Image, PointF[]) throws exception

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Apr 26 16:07:58 EDT 2006


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 sebastien at ximian.com.

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

--- shadow/75063	2006-04-25 09:55:49.000000000 -0400
+++ shadow/75063.tmp.21461	2006-04-26 16:07:58.000000000 -0400
@@ -1,22 +1,21 @@
 Bug#: 75063
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Mac OS X 10.3
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: libgdiplus
 AssignedTo: jordi at ximian.com                            
 ReportedBy: davide.morelli at parser.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: [PATCH] Graphics.DrawImage(Image, PointF[]) throws exception
 
 Description of Problem:
 Graphics.DrawImage(Image, PointF[]) and Graphics.DrawImage(Image, Point[])
 throw exception
 
@@ -182,6 +181,10 @@
 	{
 		image = args.Length == 0 ? "test.png" : args [0];
 		Application.Run (new MainForm ());
 	}
 }
 
+
+------- Additional Comments From sebastien at ximian.com  2006-04-26 16:07 -------
+Patch committed in SVN HEAD (r59943).
+Thanks Bill!


More information about the mono-bugs mailing list