Click or drag to resize
TawlbwrddPagedisplayLegalMoves Method
Displays the squares that a piece can move to

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private void displayLegalMoves(
	Rectangle rect
)

Parameters

rect
Type: Windows.UI.Xaml.ShapesRectangle
The tapped rectangle
See Also