Click or drag to resize
PlayerSelectCaptureSquare Method
Select a Piece that can capture another Piece.

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

Parameters

squareList
Type: System.Collections.GenericListSquare
board
Type: VikingChess.ModelBoard

Return Value

Type: Square
See Also