Posted on: 1/23/2011 3:05:44 PM | Views : 683

While working on my Radar control, I found that I had the need to clip the contents of a rectangular Panel by a bounding ellipse.  In Silverlight, that's a very trivial task:
<Canvas Background="DarkBlue" Width="100" Height="100"> <Canvas.Clip> <EllipseGeometry Center="50,50" Go to the complete details ...