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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -