portable class library - Xamarin PCL FFImageLoading: How to get the image without using CachedImage View -


can bitmap directly ffimageloading? know can use cachedimage view using ncontrol , ngraphics custom drawing touch events

imageservice.instance.loadurl(urltoimage)     .into(nativeimageview); 

or

var drawable = await imageservice.instance.loadurl(urltoimage)     .asbitmapdrawableasync();  var image = imageservice.instance.loadurl(urltoimage)     .asuiimageasync(); 

Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -