摘要: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