up vote 1 down vote favorite
1
share [g+] share [fb]

I am writing a simple application in SilverLight2, which needs to draw an ellipse inside a canvas element - the ellipse position, height and width are computed during runtime.

What I need to fix is the clipping of the ellipse. If it gets to big it is drawn partially outside the canvas, above other ui elements. I want the bounding box of the canvas to be also bounding box of the ellipse. I've made couple of tries with Clip property and rectangle geometries but with no success. Any ideas?

link|improve this question

53% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.