错误类型:其他信息: 未将对象引用设置到对象的实例。
你没有给你的picturebox设置默认的图片在你的构造函数,或者窗体的load方法中添加pictureBox1.Image = Image.FromFile(@"C:\Users\Public\Pictures\Sample Pictures\Desert.jpg");
看下pictureBox1.Image是否为null。
得看下你的paint方法怎么实现的?