I wanna put a media element to inside a image control . For example like this ;
<Image>
<MediaElement
</Image>
And after do this I wanna save this image to my computer as a image . Is something this possible accorting to you?
I wanna put a media element to inside a image control . For example like this ;
<Image>
<MediaElement
</Image>
And after do this I wanna save this image to my computer as a image . Is something this possible accorting to you?
What you trying to do is impossible on many levels. First of all, Image control does not support direct content so you can`t put any other control inside it. And this control is used to display some image, it is not image itself.
Second, MediaElement is used to contain video or audio. How can you save audio or video as image (image that makes sense anyways)?
So the answer to your question is: no, it`s not possible.