[C#]读取图片文件放进PictureBox

Image img = new Bitmap("logo.gif");
this.myPic.Image = (Image)img;

posted on 2005-01-09 15:40  MORR  阅读(5528)  评论(1)    收藏  举报

导航