[Mono-bugs] [Bug 79418][Wis] New - ControlPaint.DrawReversibleFrame: implement
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 16 13:13:38 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 contact at i-nz.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79418
--- shadow/79418 2006-09-16 13:13:38.000000000 -0400
+++ shadow/79418.tmp.2272 2006-09-16 13:13:38.000000000 -0400
@@ -0,0 +1,34 @@
+Bug#: 79418
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: contact at i-nz.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ControlPaint.DrawReversibleFrame: implement
+
+It would be nice if someone could implement the
+ControlPaint.DrawReversibleFrame method. The current status is:
+
+[MonoTODO("Figure out a good System.Drawing way for XOR drawing")]
+private static bool DRFNotImpl = false;
+public static void DrawReversibleFrame(Rectangle rectangle, Color
+backColor, FrameStyle style) {
+ if (!DRFNotImpl) {
+ DRFNotImpl = true;
+ Console.WriteLine("NOT IMPLEMENTED:
+FillReversibleRectangle(Rectangle rectangle, Color backColor)");
+ }
+ //throw new NotImplementedException();
+}
+
+Thank you in advance!
More information about the mono-bugs
mailing list