ChessApplication.Bishop.Bishop Function
Constructor of a Bishop.

Public void Bishop (ChessApplication.ChessPieceColor, ChessApplication.ChessBoard, ChessApplication.ChessPosition, double, double)
  Type Name Description  
    ChessPieceColor color The color or side of the Piece  
    ChessBoard board Reference to the ChessBoard this Piece is placed on  
    ChessPosition position The position on the board  
    double relativeValue The relative value of the Piece  
    double movementBonus The bonus amount for the Piece  
  Return Description  
    void    
Other overloads:
ChessApplication.Bishop.#ctor(XmlReader,ChessBoard)