c#用一个pictureBox控件显示图张图片,图片来源是读取数据库的图片路径
用算法,把图片合并成一张图片,然后显示在控件上面
this.pictureBox1.ImageLocation = "图片地址";