MyDevAccount
07-30-2006, 11:52 PM
Hi guys
Does anyone know how to rotate an image using VB.Net/GDI+ and anti-alias the edges of the image so that it looks nice. I've used Graphics.RotateTransform() with InterpolationMode.HighQualityBicubic and SmoothingMode.AntiAlias set okay. But it only antialiases the bottom/right sides of the image, it doesn't do the top and left sides?
Thanks in advance!
Does anyone know how to rotate an image using VB.Net/GDI+ and anti-alias the edges of the image so that it looks nice. I've used Graphics.RotateTransform() with InterpolationMode.HighQualityBicubic and SmoothingMode.AntiAlias set okay. But it only antialiases the bottom/right sides of the image, it doesn't do the top and left sides?
Thanks in advance!