标签: c#
我有两个picturebox,我想交换他们的形象,我怎么能这样做?我试过这个但是不行:
Bitmap tmp = new Bitmap(pictureBox1.Image); pictureBox1.Image = pictureBox2.Image; pictureBox2.Image = tmp;
我的截止日期即将到来,感谢您的所有答案,对不起我的英语