windows phone 获取手机图片库中图片(4)(转)
摘要:
windows phone 获取手机图片库中图片(4)前置条件:手机和电脑未连接或连接电脑Zune软件关闭(与Zune软件连接时不允许访问图片库); 版本7.1获取手机图片库图片的两种方式: PhotChooserTask方式和XNA方式进行获取PhotChooserTask获取引用命名空间//引用//PhotoChooserTask类用到usingMicrosoft.Phone.Tasks;//BitmapImage类用到usingSystem.Windows.Media.Imaging; 隐藏文件代码:View CodeView Code using System;using System 阅读全文
posted @ 2012-05-04 15:01 voker 阅读(253) 评论(0) 推荐(0) 编辑