Create or update this HtmlElement with the provided info.
シンタックス
'宣言
Public Overloads Sub Layout( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Brush, _
ByVal As System.Single _
)
public void Layout(
System.string ,
System.Drawing.Font ,
System.Drawing.Brush ,
System.float
)
パラメータ
- text
- The text for create or update in the HTML element.
- font
- The font of the text.
- brush
- The text brush.
- width
- The width in points.
参照