Is it possible, using WPF technology , in C # to create a full-fledged graphical editor with saving pictures and animations? In what format can you save the animation?

    3 answers 3

    If the editor is based on WPF entities, then they can only be saved in XAML. By standard means, you can render the scene (xaml) into a picture, but this will, of course, be a static picture. It seems that such editors exist, I googled one create-xaml-vector-graphics-easily

      In WPF you can, but you also need to take into account that the animation, in my opinion, was made there karyavenly. And pixel effects can also be added to the editor (mixing pictures and effects), but it is quite difficult (for me). In general, I can not imagine a full graph. editor without effects. And the animation there - horror

        The Microsoft Expression Blend interface (which is practically a full-fledged graphical editor) is based on WPF. So yes, the editor is quite possible to create. Vector images and animations can be stored in XAML (and possibly in SVG).