バージョン

AddString(String,FontFamily,Int32,Single,PointF,StringFormat) メソッド

このパスに文字列を追加します。
シンタックス
'宣言
 
Public Overloads Sub AddString( _
   ByVal s As String, _
   ByVal family As FontFamily, _
   ByVal style As Integer, _
   ByVal emSize As Single, _
   ByVal origin As PointF, _
   ByVal format As StringFormat _
) 
public void AddString( 
   string s,
   FontFamily family,
   int style,
   float emSize,
   PointF origin,
   StringFormat format
)

パラメータ

s
追加する System.String
family
テストの描画に使用するフォント名を表す System.Drawing.FontFamily
style
テキストに関する (太字、斜体などの) スタイル情報を表す System.Drawing.FontStyle 列挙体。整数としてキャストする必要があります (このセクションで後述するコード例を参照)。
emSize
文字境界を示す em 矩形ボックスの高さ。
origin
テキストの開始点を表す System.Drawing.PointF
format
線間隔や配列などテキストの書式設定情報を指定する System.Drawing.StringFormat
参照