private void InitChess(string chess_name, int row, int column, Bitmap bm, Player player, ChessClass type) { PictureBox chess_object = new PictureBox(); chess_object.BackColor = System.Drawing.Color.Transparent; chess_object.BackgroundImage = bm;