バージョン

DrawText メソッド (RendererBase)

DownLevel Browser 用の html テキストに書き込んでください。
シンタックス
'宣言
 
Protected Overridable Sub DrawText( _
   ByVal style As Style, _
   ByVal text As String _
) 
protected virtual void DrawText( 
   Style style,
   string text
)

パラメータ

style
テキストのフォントおよび前景色。
text
表示文字列。空文字列の場合は「nbsp;」が使用されます。
参照