[]
Provides extension methods for rendering HTML on a GcBitmapGraphics.
public static class GcBitmapGraphicsExt
Public Module GcBitmapGraphicsExt
Name | Description |
---|---|
DrawHtml(GcBitmapGraphics, GcHtmlBrowser, string, float, float, HtmlToImageFormat, out SizeF, bool) | Draws an HTML string on this GcBitmapGraphics at a specified position. |
DrawHtml(GcBitmapGraphics, GcHtmlBrowser, Uri, float, float, HtmlToImageFormat, out SizeF, bool) | Draws an HTML page provided by an URI on this GcBitmapGraphics at a specified position. |
DrawHtml(GcBitmapGraphics, string, float, float, HtmlToImageFormat, out SizeF, int, string, string) | Draws an HTML string on this GcBitmapGraphics at a specified position. |
DrawHtml(GcBitmapGraphics, Uri, float, float, HtmlToImageFormat, out SizeF, int, string, string) | Draws an HTML page provided by an URI on this GcBitmapGraphics at a specified position. |