ChessApplication.ChessMove.ChessMove Function
Constructor of a chess move.

Public void ChessMove (ChessApplication.ChessPosition, ChessApplication.ChessPosition, ChessApplication.ChessMoveType)
  Type Name Description  
    ChessPosition from The position to move from  
    ChessPosition to The position to move to  
    ChessMoveType mtype The type of the move  
  Return Description  
    void    
Other overloads:
ChessApplication.ChessMove.#ctor(ChessPosition,ChessPosition) ChessApplication.ChessMove.#ctor(ChessDrawType) ChessApplication.ChessMove.#ctor(XmlReader)