public void DrawChessman(Chessman chessman) { chessman.DrawChessmanOnChessboard(ref chessboardBitmap, x, y, sizeOfCell); }