S 
		
								
				
				
			
		Steph
hello,
how to convert a graphics to a image in c# ?
look as :
Graphic g = new Graphic(200,100);
Graphic g2 = new Graphic(200,100);
g.DrawImage( g2? , g.rect());
because... i ve too Graphics ! so how to obtain image from a Graphic object
?
				
			how to convert a graphics to a image in c# ?
look as :
Graphic g = new Graphic(200,100);
Graphic g2 = new Graphic(200,100);
g.DrawImage( g2? , g.rect());
because... i ve too Graphics ! so how to obtain image from a Graphic object
?