Graphics g = this.CreateGraphics();g.DrawImage(Image.FromFile("FilePath"), new Point(100, 200)); 将FilePath路径的图片显示到this对象的(100,200)坐标位置
Image.FromFile('路径')