'宣言 Public Overloads Shared Function DrawHtml( _ ByVal graphics As GcBitmapGraphics, _ ByVal browser As GcHtmlBrowser, _ ByVal html As System.String, _ ByVal x As System.Single, _ ByVal y As System.Single, _ ByVal format As HtmlToImageFormat, _ ByRef size As System.Drawing.SizeF, _ Optional ByVal loadLazyImages As System.Boolean _ ) As System.Boolean
public static System.bool DrawHtml( GcBitmapGraphics graphics, GcHtmlBrowser browser, System.string html, System.float x, System.float y, HtmlToImageFormat format, out System.Drawing.SizeF size, System.bool loadLazyImages )
パラメータ
- graphics
- The target GrapeCity.Documents.Imaging.GcBitmapGraphics object.
- browser
- An instance of GrapeCity.Documents.Html.GcHtmlBrowser object.
- html
- The HTML string to draw.
- x
- The x-coordinate at which to draw the HTML block.
- y
- The y-coordinate at which to draw the HTML block.
- format
- The formatting attributes.
- size
- OUT: the size of the rendered HTML block.
- loadLazyImages
- Whether to scroll the page down to the end to force pending images to load.
戻り値の型
True if the drawn block is not empty, false otherwise.