[Mono-bugs] [Bug 52302][Nor] New - System.Drawing.Image does not contains a definition for 'GetThumbnailImage'
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Dec 2003 12:54:06 -0500 (EST)
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 rodrigobamboo@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52302
--- shadow/52302 2003-12-17 12:54:06.000000000 -0500
+++ shadow/52302.tmp.14933 2003-12-17 12:54:06.000000000 -0500
@@ -0,0 +1,27 @@
+Bug#: 52302
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Mandrake 9.1
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Drawing.
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: rodrigobamboo@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Drawing.Image does not contains a definition for 'GetThumbnailImage'
+
+Steps to reproduce the problem:
+1. Write an application that invokes System.Drawing.Image.GetThumbnailImage
+
+Actual Results:
+ error CS0117: 'System.Drawing.Image' does not contain a definition
+ for 'GetThumbnailImage'
+
+Expected Results:
+ Compilation succeeded.