[Mono-bugs] [Bug 77131][Nor] Changed - Constructor for Bitmap
should catch a requested width/height <= 0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 30 17:11:02 EST 2005
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 scottellington at comcast.net.
http://bugzilla.ximian.com/show_bug.cgi?id=77131
--- shadow/77131 2005-12-30 17:10:46.000000000 -0500
+++ shadow/77131.tmp.1622 2005-12-30 17:11:02.000000000 -0500
@@ -25,6 +25,11 @@
Unhandled Exception: System.ArgumentException: Parameter is not valid.
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat
format)
at System.Drawing.Bitmap..ctor(Int32 width, Int32 height)
at DrawMe.Main(String[] argv)
+
+------- Additional Comments From scottellington at comcast.net 2005-12-30 17:11 -------
+Created an attachment (id=16272)
+sample code
+
More information about the mono-bugs
mailing list