Hello Experts,

I am using code to write metafile in that time the error was generating in
Mono.But .net run it's successfully.

Graphics FormGraphics = this.CreateGraphics())
IntPtr hdc = FormGraphics.GetHdc();
System.Drawing.Imaging.Metafile mf = new
System.Drawing.Imaging.Metafile("mymeta.emf", hdc);
using (Graphics MetaGraphics = Graphics.FromImage(mf))

Help needed.



Thanks
Anubhava Dimri
-- 
View this message in context: 
http://mono.1490590.n4.nabble.com/Generating-Error-of-GDI-tp3058710p3058710.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to