2017-07-03 53 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

完美!謝謝 –