Yet another C# developer with a blog.
Browse by Tags
All Tags »
C# »
HTML »
DrawToBitmap (
RSS)
-
|
Here is a strange little class I wrote some time ago to render a string containing HTML into a bitmap image. It's one of those ideas that could come in handy some day, so I'll go ahead and share it. public class HtmlHelper { public event EventHandler...
|