ChessApplication.ImageGrid.SetBrush Function
Set the Brush used as background at a specific coordinate.

Public void SetBrush (System.Drawing.Point, System.Drawing.Brush)
  Type Name Description  
    System.Drawing.Point p The Point in the ImageGrid  
    System.Drawing.Brush b The Brush used for background  
  Return Description  
    void