Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

Load Image to a Mediafile varidabel using its address image path

$
0
0

Using media plugin we can get and store image to mediafile like this

private MediaFile _mediafile;  
_mediaFile = await CrossMedia.Current.PickPhotoAsync(new PickMediaOptions
        { 
        });

New the problem is How to get and load image to a mediafile using image path

private MediaFile _mediafile;  
_mediaFile =  "Image path from the device"

Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>