[Mono-bugs] [Bug 78110][Nor] Changed - Please implement GraphicsPath.Widden, PDN wants it too

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 4 04:55:54 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 xenomorph2 at onlinehome.de.

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

--- shadow/78110	2006-04-14 09:23:54.000000000 -0400
+++ shadow/78110.tmp.8725	2006-05-04 04:55:54.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 78110
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
 Component: libgdiplus
 AssignedTo: peter at novonyx.com                            
 ReportedBy: xenomorph2 at onlinehome.de               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Please implement GraphicsPath.Widden
+Summary: Please implement GraphicsPath.Widden, PDN wants it too
 
 GraphicsPath.Widden isn't implemented yet. Please implement it.
 
 Atached is a little demo app and a windows screenshot of the the app in action.
 
 ------- Additional Comments From xenomorph2 at onlinehome.de  2006-04-14 09:23 -------
@@ -26,6 +26,89 @@
 
 
 ------- Additional Comments From xenomorph2 at onlinehome.de  2006-04-14 09:23 -------
 Created an attachment (id=16771)
 Screenshot of the demo app
 
+
+------- Additional Comments From xenomorph2 at onlinehome.de  2006-05-04 04:55 -------
+PDN needs GraphicsPath.Widden for drawing lines, rectangles, etc:
+
+Unhandled Exception: System.NotImplementedException: Feature not
+implemented.
+in [0x000cf] (at
+/home/alex/develop/mcs/class/System.Drawing/System.Drawing/gdipFunctions.cs:205)
+System.Drawing.GDIPlus:CheckStatus (Status status)
+in [0x0003f] (at
+/home/alex/develop/mcs/class/System.Drawing/System.Drawing.Drawing2D/GraphicsPath.cs:899)
+System.Drawing.Drawing2D.GraphicsPath:Widen (System.Drawing.Pen pen,
+System.Drawing.Drawing2D.Matrix matrix, Single flatness)
+in [0x00008] (at
+/home/alex/develop/mcs/class/System.Drawing/System.Drawing.Drawing2D/GraphicsPath.cs:881)
+System.Drawing.Drawing2D.GraphicsPath:Widen (System.Drawing.Pen pen)
+in (wrapper remoting-invoke-with-check)
+System.Drawing.Drawing2D.GraphicsPath:Widen (System.Drawing.Pen)
+in [0x0000d] (at /home/alex/develop/src/PdnLib/PdnGraphicsPath.cs:821)
+PaintDotNet.PdnGraphicsPath:Widen (System.Drawing.Pen pen)
+in (wrapper remoting-invoke-with-check)
+PaintDotNet.PdnGraphicsPath:Widen (System.Drawing.Pen)
+in [0x002db] (at /home/alex/develop/src/ShapeTool.cs:306)
+PaintDotNet.ShapeTool:Render ()
+in [0x00025] (at /home/alex/develop/src/ShapeTool.cs:375)
+PaintDotNet.ShapeTool:OnMouseMove (System.Windows.Forms.MouseEventArgs e)
+in [0x00036] (at /home/alex/develop/src/Tool.cs:268)
+PaintDotNet.Tool:PerformMouseMove (System.Windows.Forms.MouseEventArgs e)
+in [0x0001d] (at /home/alex/develop/src/DocumentWorkspace.cs:1177)
+PaintDotNet.DocumentWorkspace:DocumentMouseMoveHandler (System.Object
+sender, System.Windows.Forms.MouseEventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_MouseEventArgs
+(object,System.Windows.Forms.MouseEventArgs)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_MouseEventArgs
+(object,System.Windows.Forms.MouseEventArgs)
+in [0x0003b] (at /home/alex/develop/src/Data/DocumentView.cs:846)
+PaintDotNet.DocumentView:OnDocumentMouseMove
+(System.Windows.Forms.MouseEventArgs e)
+in [0x00077] (at /home/alex/develop/src/Data/DocumentView.cs:1056)
+PaintDotNet.DocumentView:MouseMoveHandler (System.Object sender,
+System.Windows.Forms.MouseEventArgs e)
+in (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_MouseEventArgs
+(object,System.Windows.Forms.MouseEventArgs)
+in [0x00013] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:4294)
+System.Windows.Forms.Control:OnMouseMove
+(System.Windows.Forms.MouseEventArgs e)
+in [0x0076c] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:3956)
+System.Windows.Forms.Control:WndProc (System.Windows.Forms.Message m)
+in [0x00018] (at /home/alex/develop/src/PdnLib/SurfaceBox.cs:608)
+PaintDotNet.SurfaceBox:WndProc (System.Windows.Forms.Message m)
+in [0x00007] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs:160)
+System.Windows.Forms.Control+ControlNativeWindow:WndProc
+(System.Windows.Forms.Message m)
+in [0x00056] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/NativeWindow.cs:146)
+System.Windows.Forms.NativeWindow:WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam)
+in [0x0001c] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs:2609)
+System.Windows.Forms.XplatUIX11:DispatchMessage
+(System.Windows.Forms.MSG msg)
+in [0x00006] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs:414)
+System.Windows.Forms.XplatUI:DispatchMessage (System.Windows.Forms.MSG
+msg)
+in [0x00248] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:392)
+System.Windows.Forms.Application:RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context)
+in [0x00007] (at
+/home/alex/develop/mcs/class/Managed.Windows.Forms/System.Windows.Forms/Application.cs:288)
+System.Windows.Forms.Application:Run (System.Windows.Forms.Form mainForm)
+in [0x00156] (at /home/alex/develop/src/Startup.cs:139)
+PaintDotNet.Startup:Start ()
+in [0x00006] (at /home/alex/develop/src/Startup.cs:149)
+PaintDotNet.Startup:Main (System.String[] args)
+make: *** [run] Fehler 1


More information about the mono-bugs mailing list