J.
J.Nagarajan
Syncfusion Team
October 27, 2006 03:44 PM UTC
Hi Tmn,
Thanks for your interest in Essential Diagram. Yes our diagram control supports anti-aliasing that is applied to lines and curves and the edges of filled area. You can programmatically set "Model.RenderingStyle.SmoothingMode" proterty to AntiAlias. Please refer the following code snippet
this.diagramComponent.Model.RenderingStyle.SmoothingMode=System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
I hope this will meet your requirement. Please let me know if you have any questions.
Regards,
Nagaraj