显示本地图片

pictureBox1.Image=Image.FormFile(@"图片路径");

显示网络图片

pictureBox1.ImageLocation = @"图片网址";

相关文章:

  • 2021-09-16
  • 2021-10-24
  • 2022-12-23
  • 2021-11-28
  • 2022-03-05
  • 2022-12-23
猜你喜欢
  • 2021-11-26
  • 2021-12-06
  • 2022-01-02
  • 2021-06-28
  • 2022-12-23
  • 2022-01-24
  • 2021-12-10
相关资源
相似解决方案