バージョン

DrawText メソッド

メニュー項目のテキストを描画するために使用されます
シンタックス
'宣言
 
Protected Sub DrawText( _
   ByVal g As Graphics, _
   ByVal foreColor As Color, _
   ByVal textRect As Rectangle, _
   ByVal stringFormat As StringFormat _
) 
protected void DrawText( 
   Graphics g,
   Color foreColor,
   Rectangle textRect,
   StringFormat stringFormat
)

パラメータ

g
テキストの描画に使用するグラフィック オブジェクト
foreColor
テキストの前景色
textRect
テキストを描画する四角形
stringFormat
テキストの描画に使用する文字列フォーマット
参照