Click or drag to resize
BoardSetSquare 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#
public void SetSquare(
	Square square,
	int i,
	int j
)

Parameters

square
Type: VikingChess.ModelSquare
The Square object to set the location to.
i
Type: SystemInt32
The row of the board array.
j
Type: SystemInt32
The column of the board array.
See Also