摘要: 图像拼接代码 1 //新建一个结果大图 2 Bitmap resultImg = new Bitmap(256 * xSize, 256 * ySize); 3 //获得图形画板 4 resultGraphics = Graphics.FromImage(resultImg); 5 6 //循环每张小图 7 for (i = 0; i < myRaster... 阅读全文
posted @ 2013-04-19 07:36 iLocationStudio 阅读(263) 评论(0) 推荐(0) 编辑