バージョン

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

指定された色とフォントで指定された場所に指定された文字列を描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawString( _
   ByVal gr As Graphics, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal bounds As RectangleF, _
   ByVal color As Color, _
   ByVal drawStringFlags As GdiDrawStringFlags _
) 
public static void DrawString( 
   Graphics gr,
   string text,
   Font font,
   RectangleF bounds,
   Color color,
   GdiDrawStringFlags drawStringFlags
)

パラメータ

gr
Graphics オブジェクト。
text
描画する文字列。
font
文字列の書式を定義するFont。
bounds
テキストを描画する位置を示すRectangleF。
color
描画されたテキストの色。
drawStringFlags
描画に指定すべき特別な考慮事項がある場合それを指定するフラグ。
参照