更改图片框中背景图片的大小模式

时间:2012-04-18 14:13:05

标签: c# winforms background-image picturebox image-resizing

我的目标是更改背景图像并将其SizeMode设置为Stretch。 到目前为止尝试过很多想法?

编辑:我在C#表单应用程序中工作。尝试简单设置bg图片的大小模式:

picturebox1.BackgroundImage = Properties.Resources.Image;
picturebox1.SizeMode = PictureBoxSizeMode.StretchImage;

试图四处移动......没有成功......

1 个答案:

答案 0 :(得分:15)

请看BackgroundImageLayout 示例:

whatever.BackgroundImageLayout = ImageLayout.Stretch