コード例 #1
0
ファイル: MainForm.cs プロジェクト: hariton27sy/di
 public void RedrawImage()
 {
     Image            = baseApplication.GetImage();
     pictureBox.Image = Image;
     Controls.Add(pictureBox);
     ClientSize = Image.Size;
     Refresh();
 }