I seem to be unable to figure out how to Draw graphics in a Windows phone app in C#. I want to Draw e.g. a line. In old school Windows forms i add an event handler to the Windows paint event. And then use a GDI+ Graphics object. But there is no paint event in any controls?
So how do i draw a line on a canvas in a Windows phone app?
I think I need to clarify. I want to create dynamic graphics and I want to use C#. I want an update frequency arround 30 fps and I only need a few graphics elements approximately 100.