I am using windows phone 8.1 c# app visual studio 2015
Graphics g = Graphics.FromImage
is not working on windows phone 8.1
now here is my code from android and i need do the same in windows phone c#:
Paint paint = new Paint();
canvas.drawBitmap(originalBitmap, 0, 0, paint);
canvas.drawText("Testing...", 10, 10, paint);
WriteableBitmap.render is not working. i know WriteableBitmap.render can solve my problem. windows phone 8.1 c# WriteableBitmap.render is not found.