0

In WinRT we have new class "XamlUIPresenter". XamlUIPresenter enables presenting a visual tree on a Microsoft Direct3D surface. But there are not any demos or examples of using it. How I can use this class? How I can get Direct3D surface? Can I render and save png with help of XamlUIPresenter?

Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144
AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155

1 Answers1

1

IIRC that class is only available for use with Blend and whatever the documentation says - it is not available to apps going to the Windows Store. If you need a replacement for the WriteableBitmap.Render method - see my answer to your other question.

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