Sorry for flooding the forum today.
I am just wondering about the dc.drawArc function.
Why does this code ...
dc.drawArc( dc.getWidth() / 2,
dc.getHeight() / 2,
dc.getWidth() * 0,49,
Graphics.ARC_CLOCKWISE,
23,
37 );
... produce this result? Clockwise 23° to 37° should be the part that's left out? If I change it to ARC_COUNTER_CLOCKWISE it gives me the result I'd expect for ARC_CLOCKWISE.


