ChessApplication.ChessBoard.IsSquareColorBlack Function
Determine if the a square is black.
Public bool IsSquareColorBlack (ChessApplication.ChessPosition)
Type
Name
Description
ChessPosition
p
The position on the chess board.
Return
Description
bool
Returns true if the sqare is black
Other overloads:
ChessApplication.ChessBoard.IsSquareColorBlack(2,2)