0

is there a way to add WriteableBitmapExwinphone.dll to my project ?

1 Answers1

0

For Windows Runtime apps use RenderTargetBitmap instead of WriteableBitmap.Render. WriteableBitmap.Render is Silverlight only.

Rob Caplan - MSFT
  • 21,714
  • 3
  • 32
  • 54