Click or drag to resize
SquaresetLocation Method
Sets the rank and file of the Square

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void setLocation(
	EnumsRank rank,
	EnumsFile file
)

Parameters

rank
Type: VikingChess.ModelEnumsRank
rank
file
Type: VikingChess.ModelEnumsFile
file
See Also