Hi there,
I'm trying to found information about arcs with rounded corners, with no luck :-(
Anybody knows how can I reach something like that (image) in my app? I'm using drawArc function (maybe is not the best?)
Thanks in advance!
Hi there,
I'm trying to found information about arcs with rounded corners, with no luck :-(
Anybody knows how can I reach something like that (image) in my app? I'm using drawArc function (maybe is not the best?)
Thanks in advance!
You could draw the arc and then do dc.fillCircle() calls for the ends.
Great idea, jim_m_58. I will try.
Thank you so much!