ChessApplication.ChessBoard.IsSquareColorBlack Function
Determine if the a square is black.

Public bool IsSquareColorBlack (int, int)
  Type Name Description  
    int column The column or line on the Chessboard in numercal format i.e. a=1, b=2, ...  
    int row The row on the Chessboard  
  Return Description  
    bool Returns true if the sqare is black

 
Other overloads:
ChessApplication.ChessBoard.IsSquareColorBlack(ChessPosition)