Esempio n. 1
0
 public static void Render(Graphics g, string html, PointF location, float width)
 {
     HtmlRenderer.Render(g, html, new RectangleF(location, new SizeF(width, 0f)), false);
 }