Click or drag to resize
HnefataflPagedisplayPieces Method
Refreshes the display of the board, displaying the appropriate image for each square

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void displayPieces(
	Rectangle[] rectArr,
	Board board
)

Parameters

rectArr
Type: Windows.UI.Xaml.ShapesRectangle
The array containing all rectangles
board
Type: VikingChess.ModelBoard
The current state of the Board
See Also