Create or update this HtmlElement with the provided info.
シンタックス
'宣言
Public Overloads Sub Layout( _
ByVal As IntPtr, _
ByVal As String, _
ByVal As Font, _
ByVal As Brush, _
ByVal As Single, _
Optional ByVal As Boolean _
)
public void Layout(
IntPtr ,
string ,
Font ,
Brush ,
float ,
bool
)
パラメータ
- hdc
- The graphics device context handler.
- 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.
- rtl
- The right-to-left layout.
参照