private void Form1_KeyDown(object sender, KeyEventArgs e) { my_rabbit.move(e, pictureBox_background.Width, this); }