Ejemplo n.º 1
0
 /// <summary>
 /// Clear the graphics screen of all drawn objects
 /// </summary>
 public static void ClearGraphics()
 {
     manager.ClearGraphics();
 }