bitmapimage - Create Diagonal image from bitmap image in windows phone -


i want make diagonal/ triangle shape image bitmap source without using polygon control, how in windows phone.enter image description here

hm mean without using polygon controls?

you can create writeablebitmap, , draw on tools prefer. if want avoid additional tools can call set/get pixel methods , loops.

when happy writeablebitmap can create bitmapimagesource , call .asbitmap() on writeablebitmap. complete can use whole imaging sdk chain.

edit: can find .asbitmap method in nokia.interopservices.windowsruntime namespace.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -