Click or drag to resize
BoardGetSquare Method
Returns the Square at the specified location

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Square GetSquare(
	int i,
	int j
)

Parameters

i
Type: SystemInt32
The row that the Square is on.
j
Type: SystemInt32
The column that the Square is on.

Return Value

Type: Square
See Also