Group: Forum Members
Last Active: Last Year
Posts: 33,
Visits: 76
|
I haven't been able to find an option to change how the library handles the corners created by segment intersection. Sometimes sharp angles overflow the axis which I cant have. Has anyone found a solution to this? Below: examples of my problem, and the hopeful solution output
|
Group: Forum Members
Last Active: Yesterday @ 1:38 AM
Posts: 3,054,
Visits: 4,006
|
Hi Rich, You need to change the line join: line.BorderStyle.LineJoin = System.Drawing.Drawing2D.LineJoin.Bevel; Let us know if you have any questions or comments.
Best Regards, Nevron Support Team
|