2017-07-03 54 views

回答

1

您需要调整Image,然后将其设置为Buttons图片:

// where 'MyImage' is the Image to display on the Button 
this.Button1.Image = (Image)(new Bitmap(MyImage, new Size(32,32))); 
+0

完美!谢谢 –