Exception draw interface of class (#295)
System.OutOfMemoryException: Out of memory.
at System.Drawing.Drawing2D.PathGradientBrush..ctor(GraphicsPath path)
at SoftwareIdeasModeler.Visualisation.DiagramDrawer.Fill3DPath(ItemStyle Style, GraphicsPath path, RectangleF bounds)
at SoftwareIdeasModeler.Visualisation.DiagramDrawer.DrawEllipseBackground(ItemStyle style, RectangleF bounds)
at SoftwareIdeasModeler.Core.DiagramItems.UmlObjects.ConcreteUmlInterface.DrawElement(DiagramDrawer drawer, DrawingParameters param)
at SoftwareIdeasModeler.Core.Projecting.ConcreteDiagramItem.Draw(DiagramDrawer drawer, DrawingParameters param)
at SoftwareIdeasModeler.SimDiagramControl.SelectAndEditName(ConcreteDiagramItem item)
at SoftwareIdeasModeler.SimDiagramControl.SelectAndEdit(ConcreteDiagramItem item)
at SoftwareIdeasModeler.Core.Commands.ContextCommands.AddInterfaceCommand.Execute()
at SoftwareIdeasModeler.Core.Commands.ContextCommands.AddInterfaceCommandPrototype.Execute()
at SoftwareIdeasModeler.Core.Projecting.CommandStack.AddCommand(Command command, Boolean execute)
at SoftwareIdeasModeler.Core.Projecting.Project.Execute(Command cmd)
at SoftwareIdeasModeler.ContextToolbar.MouseUp(MouseEventArgs e)
at SoftwareIdeasModeler.SimDiagramControl.canvas_MouseUp(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)