WriteableBitmap.render is not working in windows 8.1 c#

270 views Asked by At

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

1

There are 1 answers

0
Rob Caplan - MSFT On

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