Click or drag to resize
PlayerGetAllPieceSquares Method

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<Square> GetAllPieceSquares(
	Board board
)

Parameters

board
Type: VikingChess.ModelBoard
The Board to get all Square objects from.

Return Value

Type: ListSquare
ListT of Square objects containing Piece objects.
See Also