Q-b*_*uit 3 c# winforms
我试图使按钮上的图标变小,但我不知道如何。
图像的大小变灰。
知道如何解决这个问题吗?
Rom*_*mbé 9
您需要调整大小Image,然后将其设置为Buttons图像:
Image
Buttons
// where 'MyImage' is the Image to display on the Button this.Button1.Image = (Image)(new Bitmap(MyImage, new Size(32,32)));
归档时间:
8 年,4 月 前
查看次数:
11729 次
最近记录: