Ellipse Drawing WPF Animation

Posted by widmayer on Stack Overflow See other posts from Stack Overflow or by widmayer
Published on 2010-03-11T20:44:01Z Indexed on 2010/03/11 21:19 UTC
Read the original article Hit count: 439

Filed under:
|
|
|
|

I am developing a control that is a rectangle area and will draw an ellipse in the rectangle area when a trigger occurs. This control will be able to host other controls like, textbox's, buttons, etc. so the circle will be drawn around them when triggered. I want the circle being drawn as an animation like you were circling the inner controls with a pen.

My question is whats the best way to accomplish this. I've been doing some research and I could use WPF animation or I could use GDI+ to accomplish the tasks. I am new to WPF animation so that is why I am asking the question.

© Stack Overflow or respective owner

Related posts about drawing

Related posts about wpf