Viking Chess Documentation
Viking Chess Documentation
VikingChess Namespaces
VikingChess.Model
Board Class
Board Methods
countPieces Method
decrementBlackCount Method
decrementWhiteCount Method
GetBoard Method
getCurrentPlayer Method
getGameType Method
GetPosition Method
GetSize Method
GetSquare Method
InitializeBoard Method
PrintBoard Method
setArdRiPieces Method
setBrandubhPieces Method
setCurrentPlayer Method
setHnefataflPieces Method
SetNeighbours Method
SetPieces Method
SetSpecialSquares Method
SetSquare Method
setTablutPieces Method
setTawlbwrddPieces Method
ToString Method
Board
SetSquare Method
Sets the passed in location in the
board
array to the
Square
passed in.
Namespace:
VikingChess.Model
Assembly:
VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
SetSquare
(
Square
square
,
int
i
,
int
j
)
Parameters
square
Type:
VikingChess.Model
Square
The
Square
object to set the location to.
i
Type:
System
Int32
The row of the
board
array.
j
Type:
System
Int32
The column of the
board
array.
See Also
Reference
Board Class
VikingChess.Model Namespace
Copyright Declan Murphy 2016
Send comments on this topic to
masterdex@live.ie