111,098
社区成员




private void button1_Click(object sender, EventArgs e)
{
this.pictureBox1.ImageLocation = "http://avatar.profile.csdn.net/4/E/D/2_kevin_cheung.jpg";
//this.pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage;
this.pictureBox1.Width = 180;
this.pictureBox1.Height = 200;
}