Click or drag to resize
PiececanMoveTo Method
Returns true or false if the Piece can move to the Square

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool canMoveTo(
	Square square
)

Parameters

square
Type: VikingChess.ModelSquare
The Square to check against

Return Value

Type: Boolean
true/false
See Also