05 2012 档案

摘要:我在读取相册的时候每个图片都太大了!我就想有没有可以生成缩略图的方式来显示这样可以节省手机内存下面是代码 思路,不能跑起来Image pici = new Image();BitmapImage bi = new BitmapImage();MemoryStream stream = new MemoryStream(byte[]);bi.SetSource(stream);pici.Source = bi;pici.Width = 1024;WriteableBitmap wb = new WriteableBitmap(pici, null);MemoryStream stream1 = 阅读全文
posted @ 2012-05-28 16:14 贝壳笨 阅读(555) 评论(6) 推荐(0) 编辑
摘要:Windows Phone 7.0 2010年10月11日发布,它将微软旗下的Xbox LIVE游戏、Zune音乐和Bing等产品整合至手机中, Metro风格界面!(WindowsPhone OS7.0)Windows Phone7.5 2011年9月27日发布 开始支持中文(WindowsPhone OS7.1)WindowsPhone 发行版本操作系统版本WindowsPhone7WindowsPhone OS7.0WindowsPhone7.5WindowsPhone OS7.1注意:WindowsPhone7.5 手机是一款运行 WindowsPhone OS7.1 的 Window 阅读全文
posted @ 2012-05-14 12:54 贝壳笨 阅读(2499) 评论(9) 推荐(5) 编辑

点击右上角即可分享
微信分享提示