バージョン

DrawString(Graphics,String,Font,SolidBrush,RectangleF) メソッド

指定した文字列を、指定したブラシとフォントを使用して、指定した位置に描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawString( _
   ByVal gr As Graphics, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal brush As SolidBrush, _
   ByVal bounds As RectangleF _
) 
public static void DrawString( 
   Graphics gr,
   string text,
   Font font,
   SolidBrush brush,
   RectangleF bounds
)

パラメータ

gr
Graphics オブジェクト。
text
描画する文字列。
font
文字列の書式を定義するFont。
brush
描画されたテキストの色を決定するSolidBrush。
bounds
テキストを描画する位置を示すRectangleF。
参照