Esempio n. 1
0
 public static void DrawText(double x, double y, string text)
 {
     _drawings.DrawText(x, y, text);
 }