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.
I found that WriteableBitmap.Render() is not supported in WinRT. Is there any other API
Share
It is indeed not supported yet. Your best bets are to either use WriteableBitmapEx or Direct2D.