Click or drag to resize
TablutPagegetRectSquare Method
Gets the Rectangle Square that matches the Square passed in.

Namespace: VikingChess
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private Square getRectSquare(
	Square square
)

Parameters

square
Type: VikingChess.ModelSquare
The Square to match against.

Return Value

Type: Square
See Also