C# Tips


PictureBoxの画像をクリアするには


PictureBoxの画像をクリアするには、Imageプロパティにnullを代入します。
this.pictureBox.Image = null;


目次に戻る
Copyright(c) 2008 WoodenSoldier Software