Click or drag to resize
PiecegetLocation Method

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Tuple<EnumsRank, EnumsFile> getLocation()

Return Value

Type: TupleEnumsRank, EnumsFile
A TupleT1, T2 containing the rank and file of the Piece
See Also