Click or drag to resize
PlayerSelectKingSquare Method

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private Square SelectKingSquare(
	List<Square> squareList,
	Board board
)

Parameters

squareList
Type: System.Collections.GenericListSquare
A ListT cntaining all Square objects that have Piece objects.
board
Type: VikingChess.ModelBoard
The Board to use.

Return Value

Type: Square
The Square containing the King Piece
See Also