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 best solutions below

0
Rob Caplan - MSFT On

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