DioDocs for PDF
DrawHtml(GcBitmapGraphics,GcHtmlBrowser,String,Single,Single,HtmlToImageFormat,SizeF,Boolean) メソッド

DS.Documents.Html > GrapeCity.Documents.Drawing 名前空間 > GcBitmapGraphicsExt クラス > DrawHtml メソッド : DrawHtml(GcBitmapGraphics,GcHtmlBrowser,String,Single,Single,HtmlToImageFormat,SizeF,Boolean) メソッド
ターゲットの GrapeCity.Documents.Imaging.GcBitmapGraphics オブジェクト。
GrapeCity.Documents.Html.GcHtmlBrowser オブジェクトのインスタンス。
描画する HTML 文字列。
HTML ブロックを描画する x 座標。
HTML ブロックを描画する y 座標。
書式設定属性。
OUT: 描画された HTML ブロックのサイズ。
ページを最後までスクロールして保留中の画像を強制的に読み込むかどうか。
この GrapeCity.Documents.Imaging.GcBitmapGraphics の指定された位置に HTML 文字列を描画します。
シンタックス
'宣言
 
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
ターゲットの GrapeCity.Documents.Imaging.GcBitmapGraphics オブジェクト。
browser
GrapeCity.Documents.Html.GcHtmlBrowser オブジェクトのインスタンス。
html
描画する HTML 文字列。
x
HTML ブロックを描画する x 座標。
y
HTML ブロックを描画する y 座標。
format
書式設定属性。
size
OUT: 描画された HTML ブロックのサイズ。
loadLazyImages
ページを最後までスクロールして保留中の画像を強制的に読み込むかどうか。

戻り値の型

描画されたブロックが空でない場合は true、それ以外の場合は false。
参照

GcBitmapGraphicsExt クラス
GcBitmapGraphicsExt メンバ
オーバーロード一覧