From: Angel M. <an...@an...> - 2006-12-17 17:31:09
|
Johan Flodin escribió: > I'm trying to save the plot to a Metafile (.emf) > There is no problem to send the plot to the printer or a BMP, > nut when I make a .emf file it works but looks like a BMP version of a > Metafile. > I use the Draw method. Is there a easy way to make a nice .emf file? plotsurface.Bitmap.Save(stream, System.Drawing.Imaging.ImageFormat.Emf) should save a metafile. Regards, -- Angel Marin http://anmar.eu.org/ |