点击bottom按钮将图片显示在picture box1中了,我想显示图片的长和宽是多少该怎么办,求大神指导。
Image image = pictureBox1.Image;int h = image.Height;int w = image.Width;
我也不知道