Exemplo n.º 1
0
 /// <summary>
 /// Draw a solid dot on the screen
 /// </summary>
 /// <param name="x">x position of the center of the dot in pixels</param>
 /// <param name="y">y position of the center of the dot in pixels</param>
 /// <param name="width">width of the dot in pixels</param>
 public static void DrawDot(int x, int y, int width)
 {
     manager.DrawDot(x, y, width);
 }