ChessApplication.ChessBoard.IsInsideBoard Function
Determine if the a square is inside the board.
Public bool IsInsideBoard (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 inside the board
Other overloads:
ChessApplication.ChessBoard.IsInsideBoard(ChessPosition)