I found that WriteableBitmap.Render() is not supported in WinRT. Is there any other API for drawing bitmap images in Metro? I need to render some xaml-primitives (Rectangles, Circles, Paths, etc.) to png-image.
Asked
Active
Viewed 620 times
1 Answers
2
It is indeed not supported yet. Your best bets are to either use WriteableBitmapEx or Direct2D.

Filip Skakun
- 31,624
- 6
- 74
- 100