[Mono-bugs] [Bug 50073][Nor] New - GdipLockBits should allow different PixelFormats to be requested.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 23 Oct 2003 18:24:50 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=50073
--- shadow/50073 2003-10-23 18:24:50.000000000 -0400
+++ shadow/50073.tmp.26510 2003-10-23 18:24:50.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 50073
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.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.