バージョン

DrawString(Graphics,String,Font,Point,Color) メソッド

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

パラメータ

gr
Graphics オブジェクト。
text
描画する文字列。
font
文字列の書式を定義するFont。
point
描画されたテキストの左上隅を表すPoint。
color
描画されたテキストの色。
参照