Exemplo n.º 1
0
 private void UpdateUi(Bitmap bitmap)
 {
     GameImage.Image = bitmap;
     GameImage.Invalidate();
     GameImage.Update();
 }