c#设置本地图片为背景并图片设置显示方式

2019-04-15 15:20发布

button2.BackgroundImage = Image.FromFile("c:\pic\" + filePath);//在所需控件中显示图片
button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;//图片缩略显示