[Mono-bugs] [Bug 50073][Nor] New - GdipLockBits should allow different PixelFormats to be requested.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 17:50:35 -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 peter@novonyx.com.

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

--- shadow/50073	2004-05-14 17:50:35.000000000 -0400
+++ shadow/50073.tmp.11371	2004-05-14 17:50:35.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 50073
+Product: Mono: Class Libraries
+Version: unspecified
+OS: unknown
+OS Details: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: GdipLockBits should allow different PixelFormats to be requested.
+
+Currently we require that the PixelFormat on the call matches the one on
+the Pixel, but the API does not require this.
+
+------- Additional Comments From peter@novonyx.com  2004-05-14 17:50 -------
+Vlad and Jordi fixed this.