Click or drag to resize
TawlbwrddPagegetCPURect Method
Returns the Rectangle 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 Rectangle getCPURect(
	Square square
)

Parameters

square
Type: VikingChess.ModelSquare
The square to compare against.

Return Value

Type: Rectangle
See Also