摘要: using System.Drawing;using System.Drawing.Imaging;class Program{ static void Main(string[] args) { // 画像を読み込む string baseFilePath = @"C:\bitmapBase.gi 阅读全文
posted @ 2016-04-21 08:58 sekihin 阅读(2455) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Drawing;using System.IO;class Program{ static void Main() { // 画像を読み込む string basePath = @"C:\picture.png"; Bitmap bmpOrg =  阅读全文
posted @ 2016-04-21 08:56 sekihin 阅读(803) 评论(0) 推荐(0) 编辑