المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : how to solve C# graphicsPath.widen outofmemoryException



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