B 
		
								
				
				
			
		bobo
GraphicsPath p=new GraphicsPath();
//p.AddLine(p1,p2);
//p.Widen(pen);
p.Dispose();
this code runs ok.
but if I uncomment the two lines above. the program finally crashes out of
memory? can somebody tell me why?
thank you.
				
			//p.AddLine(p1,p2);
//p.Widen(pen);
p.Dispose();
this code runs ok.
but if I uncomment the two lines above. the program finally crashes out of
memory? can somebody tell me why?
thank you.
