I have three diagram views on a form, a single zoomer to control zooming in these views. Sometimes I get strange black areas after placing node via drag'n'drop operation. May be these black areas was the reason of OutOfMemoryException which I've received after zooming. One of the views disappered, instead there was a white window with crossed red lines.
System.OutOfMemoryException: Недостаточн 086; памяти. в System.Drawing.Graphics.CheckErrorStatus(Int32 status) в System.Drawing.Graphics.DrawPath(Pen pen, GraphicsPath path) в MindFusion.Drawing.GdiGraphics.DrawPath(Pen pen, GraphicsPath path) в MindFusion.Diagramming.ShapeNode.xc79d59e9288101bd(IGraphics x41347a961b838962, RectangleF xa6236fc5cd405c4e, Boolean x2f9dabff87b2168b, Brush xb45de92d01a0ec1f, Pen x9c79b5ad7b769b12, RenderOptions xdfde339da46db651) в MindFusion.Diagramming.ShapeNode.DrawShadow(IGraphics graphics, RenderOptions options) в MindFusion.Diagramming.Diagram.x826b585edd6a93e2(IGraphics x41347a961b838962, RectangleF xa6236fc5cd405c4e, Boolean x979174172ae18db3) в MindFusion.Diagramming.Diagram.Draw(IGraphics graphics, RenderOptions options, RectangleF clipRect, Boolean noModifiedItems) в MindFusion.Diagramming.WinForms.DiagramView.x45babdc9db40342f(IGraphics x41347a961b838962, RectangleF xd1cff1e8f8666dbe, Boolean x8de543c74cdd4f6e) в MindFusion.Diagramming.WinForms.DiagramView.OnPaint(PaintEventArgs pe) в System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs) в System.Windows.Forms.Control.WmPaint(Message& m) в System.Windows.Forms.Control.WndProc(Message& m) в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|