c# - How to Copy Local Storage Image to Clipboard WinRT -
i have application, user download images local app storage, works because in order application display content dont want user have direct contact images , alter them.
now want user able copy image clipboard or make copy in pictures library. problem i'm getting exception when trying it.
the code example here:
if copy image selecting file picker, or getting pictures library code works fine. happens when doing local storage folder.
your code has mistake. remove "\\" line
storagefile storagefile = await folder.getfileasync("circulo 2_atomo.png")
Comments
Post a Comment