work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年11月28日

摘要: Metro style app一.图片Scale ,Crop操作 public class PhotoEdit { public async static Task<WriteableBitmap> ScaleAndCorpPhoto(IStorageFile file) { if (file == null) return null; // create a stream from the file and decode the image var fileStream = await ... 阅读全文

posted @ 2012-11-28 15:34 work hard work smart 阅读(1043) 评论(1) 推荐(0) 编辑