Anti-alians Metafile
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to make drawing of Metafile (WMF) anti-aliased? When I draw any metafile I get jagged edges for lines or circles. I tried using: Graphics.InterpolationMode Graphics.PixelOffsetMode Graphics.SmoothingMode and they don't do anything for metafiles. They do work when I use drawline or drawcircle. Thanks.
-
Is there a way to make drawing of Metafile (WMF) anti-aliased? When I draw any metafile I get jagged edges for lines or circles. I tried using: Graphics.InterpolationMode Graphics.PixelOffsetMode Graphics.SmoothingMode and they don't do anything for metafiles. They do work when I use drawline or drawcircle. Thanks.
still looking for a good (and fast) solution for the same problem... please someone help :)