提供された情報を使用して、この HtmlElement を作成または更新します。
シンタックス
'宣言
Public Sub LayoutInPixels( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Brush, _
ByVal As System.Integer _
)
public void LayoutInPixels(
System.string ,
System.Drawing.Font ,
System.Drawing.Brush ,
System.int
)
パラメータ
- text
- HTML 要素内の作成または更新対象のテキスト。
- font
- テキストのフォント。
- brush
- テキストのブラシ。
- width
- 幅(ピクセル単位)。
参照