C# picturebox里的SizeMode属性不管我怎么设置,当我选定一张图片时,为什么会显示多张图片?

2024-12-16 00:31:22
推荐回答(3个)
回答1:

将 SizeMode 设置为 StretchImage 或着 Zoom 方式,就可以满足你的需求了。

回答2:

。。不是sizemode,是backgroundimagelayout

回答3:

pictureBox1.BackgroundImageLayout= ImageLayout.Stretch