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