当前位置: 代码迷 >> .NET Framework >> C# pictureBox,该如何处理
  详细解决方案

C# pictureBox,该如何处理

热度:311   发布时间:2016-05-01 23:46:10.0
C# pictureBox

如何得到图片的相对长和宽
this.picBox1.Image.Width得到的是图片的原始的宽,我想要的是pictureBox大小变化时其中的图片的长和宽

------解决方案--------------------
this.picBox1.Width
------解决方案--------------------

------解决方案--------------------
this.picBox1.Width
this.picBox1.Height
------解决方案--------------------
this.pictureBox1.ClientSize.Width