简体   繁体   中英

Using LowProfileImageLoader to load byte[] image from server in WP7 app

I want to use LowProfileImageLoader in my WP7 app but the problem is that I am getting the image data from the server in byte[] using my WCF Web Service so I don't have image URI. Can somebody suggests me how to use LowProfileImageLoader with my current image data?

将字节放入MemoryStream ,然后使用BitmapImage setSource()成员将图像放入您的UI。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM