Hi,
I have the following:
<Image x:Name="MyImage" Source="{Binding image}">
<Image.GestureRecognizers>
<TapGestureRecognizer Tapped="SaveOnPhotoTapped" NumberOfTapsRequired="1" />
</Image.GestureRecognizers>
</Image>
How can I save that image from the Source to the local device?
Thanks,
Jassim