ChessApplication.ChessBoard.GetPiece Function
Returns a piece on the chessboard.

Public ChessApplication.ChessPiece GetPiece (int, int)
  Type Name Description  
    int column The column or line on the Chessboard in numercal format i.e. a=1, b=2, ...  
    int row The row on the Chessboard  
  Return Description  
    ChessPiece      
Other overloads:
ChessApplication.ChessBoard.GetPiece(ChessPosition)