Hi,
how is it possible to draw a filled arc? The function drawArc is there but not fillArc (e.g. drawCircle / fillCircle).
I guess there would be a lot of use cases for such a function.
Hi,
how is it possible to draw a filled arc? The function drawArc is there but not fillArc (e.g. drawCircle / fillCircle).
I guess there would be a lot of use cases for such a function.
Use dc.setPenWidth() before drawing the arc.
Great suggestion. Thanks! Ideal results with PenWidth = 2*radius (of DrawArc-function)