In Phone 8.0, I did:
But, In UWP I am stuck as this writableBitmap constructor is not there where I can apply transformation on UI element like Image. I hope I am clear in my query. Please suggest me the way I can do this.
What I have tried: I have moved the WritableBitmap to bigger Writablebitmap aligning it to center(using Maths). Then using WriteBitmapEx, rotating the image to x angle (75, 45 etc.). But it is corrupting the image.
Any help will be appreciated.