C#非独占加载图片

C#非独占加载图片

Image _Image = Image .FromStream(new MemoryStream(System.IO.File .ReadAllBytes(Application.StartupPath + "\\v.jpg")));
pictureBox1.Image = _Image;

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注