Click or drag to resize
SquaregetNeighbours Method
Returns an Array containing the neighbours of the Square.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Square[] getNeighbours()

Return Value

Type: Square
neighbours
See Also