示例#1
0
 private void timerRoll_Tick(object sender, EventArgs e)
 {
     TheGame.Rotated += 5;
     TheGame.moveTheBall();
     pictureBox1.Image = RotateImage(pbIMAGE.Image, TheGame.Rotated, TheGame);
 }