Drawing WMF/EMF antialiased
-
Hi, i'm trying to draw EMF or WMF files in an antialiased way. I tried GDI+, AA drawing is ok when using DrawLine or other primitives but the DrawImage doesnt produce AA output when beeing passed a Metafile object containing a WMF or EMF :( So is there a way to draw EMF/WMF files with antialias ? (with or without gdi+) Maybe something exists in order to convert EMF/WMF to EMF+ ? (it seems gdi+ can only AA on EMF+ files) thanks for your help
-
Hi, i'm trying to draw EMF or WMF files in an antialiased way. I tried GDI+, AA drawing is ok when using DrawLine or other primitives but the DrawImage doesnt produce AA output when beeing passed a Metafile object containing a WMF or EMF :( So is there a way to draw EMF/WMF files with antialias ? (with or without gdi+) Maybe something exists in order to convert EMF/WMF to EMF+ ? (it seems gdi+ can only AA on EMF+ files) thanks for your help
up ^^