We are developing an app for Windows 8 in C#.
Our app involves drawings the user creates, and we'd like to incorporate their drawings into the live tile.
I have found examples of setting text and pictures as your app's live tile. Is there a way to do custom stuff to render lines, etc.?
Or is the only way to do what we need by rendering a PNG out to our app's AppData directory?