免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
返回列表 回復 發帖

載入圖片

載入圖片
PictureBox1.Load(“c:\ch12\pig.fig”)
PictureBox1.Image=Image.FormFile(“c:\ch12\pig.fig”)
PictureBox1.Image=new Bitmap(“c:\ch12\pig.fig”)

清除圖片
PictureBox1.Image=Nothing
返回列表