Exemplo n.º 1
0
 public static void DrawBoundText(double x, double y, double width, string text)
 {
     _drawings.DrawBoundText(x, y, width, text);
 }