ChessBoard Item Property (Int32)Delta Engine Documentation
Get a piece at the specified position. Position 0 = Lower right (H1), 63 = Higher left (A8) View code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public ChessBoard PieceE this[
	int iPos
] { get; set; }

Property Value

Type: ChessBoard PieceE
See Also