[Mono-bugs] [Bug 75027][Wis] New - AddString method of
Drawing2D.GraphicsPath-object not implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 23 04:30:52 EDT 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 morpheus4you at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75027
--- shadow/75027 2005-05-23 04:30:52.000000000 -0400
+++ shadow/75027.tmp.16526 2005-05-23 04:30:52.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 75027
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Drawing.
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: morpheus4you at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: AddString method of Drawing2D.GraphicsPath-object not implemented
+
+Description of Problem:
+When calling the AddString method of an
+System.Drawing.Drawing2D.GraphicsPath object it throws a
+NotImplementedException
+
+Steps to reproduce the problem:
+1. Create a piece of code that calls the AddString method on a
+System.Drawing.Drawing2D.GraphicsPath-object:
+
+ // Create a path using the text and warp it randomly.
+ GraphicsPath path = new GraphicsPath();
+ path.AddString(text, font.FontFamily, (int) font.Style, font.Size, rect,
+format);
+
+2. When executing it throws an System.NotImplementedException
+error: Error Source: 'System.Drawing' Message 'The requested feature is not
+implemented.' Name: 'AddString'.
+
+Actual Results:
+System.NotImplementedException for using AddString() on
+System.Drawing.Drawing2D.GraphicsPath
+
+Expected Results:
+The string should have been succesfully added to the GraphicsPath
+
+How often does this happen?
+Always
+
+Additional Information:
+I was trying to get a so-called CAPTCHA-image to be generated succesfully
+while i encountered this bug. You can find the code for this example on
+codeproject.com: http://www.codeproject.com/aspnet/CaptchaImage.asp
More information about the mono-bugs
mailing list