ChessApplication.ChessBoard.IsSquareColorWhite Function
Determine if the a square is white.
Public bool IsSquareColorWhite (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 white