1

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.

AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155

1 Answers1

2

It is indeed not supported yet. Your best bets are to either use WriteableBitmapEx or Direct2D.

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