示例#1
0
 /// <summary>
 /// Make and display a light panel of the given size
 /// The lightpanel is scaled to fit the application screen area
 /// An exception is thrown if the cells values are out of range
 /// </summary>
 /// <param name="xCells">number of x cells, upper limit 32</param>
 /// <param name="yCells">number of y cells, upper limit 32</param>
 public static void MakeLightPanel(int xCells, int yCells)
 {
     manager.MakeLightPanel(xCells, yCells);
 }