摘要:
1 private void setImageTag(string imgFile, string tagFile, string imgTag, string imgTitle) 2 { 3 uint padding = 2048; 4 if (File.Exists(imgFile)) 5 { 6 BitmapDecoder decoder = null; 7 // load the jpg file with a JpegBitmapDecoder 8 using (Stream jpegStreamIn = ... 阅读全文
posted @ 2013-12-16 16:53
bullsgl
阅读(1572)
评论(0)
推荐(0)
浙公网安备 33010602011771号