C# Programming
04-06-2009, 11:54 AM
Pen p = new Pen(Color.Black,PenWidth);
GraphicsPath gp=new GraphicsPath();
gp.AddLine(StartPoint,EndPoint);
gp.Widen(p);//error:outofmemoryException
GraphicsPath gp=new GraphicsPath();
gp.AddLine(StartPoint,EndPoint);
gp.Widen(p);//error:outofmemoryException