views:

665

answers:

1

Hello,

I need to draw a semicircle / half circle in WPF. Any idea how to do that? Thanks for any hint!

+4  A: 

ArcSegment would be a good place to start.

And here is a good example of how to use it in code.

Charlie
thank you very much for that useful answer and links!
stefan.at.wpf