Click or drag to resize
TawlbwrddPageprocessMove Method
Processes the moves made by a player

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void processMove(
	Square destination,
	Square origin,
	Piece piece
)

Parameters

destination
Type: VikingChess.ModelSquare
The desintation Square to move the Piece to.
origin
Type: VikingChess.ModelSquare
The origin Square the Piece is moving from.
piece
Type: VikingChess.ModelPiece
The Piece being moved.
See Also