C# PictureBox设置图片
生活随笔
收集整理的這篇文章主要介紹了
C# PictureBox设置图片
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
C# PictureBox設置圖片
1、網上圖片
this.pictureBox1.ImageLocation = @"https://img-blog.csdnimg.cn/2020070316210530.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_20,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L2NzZG5fd3V3dA==,size_86,color_444444,t_70#pic_center";2、本地圖片
this.pictureBox1.ImageLocation = @"D:/csdn_wuwt.png";總結
以上是生活随笔為你收集整理的C# PictureBox设置图片的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C语言面向对象
- 下一篇: mysql line separator