Input for WinForms
LayoutInPixels メソッド

C1.Win.8 アセンブリ > C1.Framework.Html 名前空間 > HtmlRenderer クラス : LayoutInPixels メソッド
HTML 要素内の作成または更新対象のテキスト。
テキストのフォント。
テキストのブラシ。
幅(ピクセル単位)。
提供された情報を使用して、この HtmlElement を作成または更新します。
シンタックス
'宣言
 
Public Sub LayoutInPixels( _
   ByVal text As System.String, _
   ByVal font As System.Drawing.Font, _
   ByVal brush As System.Drawing.Brush, _
   ByVal width As System.Integer _
) 
public void LayoutInPixels( 
   System.string text,
   System.Drawing.Font font,
   System.Drawing.Brush brush,
   System.int width
)

パラメータ

text
HTML 要素内の作成または更新対象のテキスト。
font
テキストのフォント。
brush
テキストのブラシ。
width
幅(ピクセル単位)。
参照

HtmlRenderer クラス
HtmlRenderer メンバ