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.
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
Post a Comment