'宣言 Public Overloads Function DrawString( _ ByVal text As System.String, _ ByVal font As System.Drawing.Font, _ ByVal brush As System.Drawing.Brush, _ ByVal rc As System.Drawing.RectangleF, _ ByVal firstChar As System.Integer, _ ByVal sf As System.Drawing.StringFormat, _ ByVal widthCoeff As System.Single _ ) As System.Integer
パラメータ
- text
- 描画する文字列。
- font
- テキストの描画に使用する System.Drawing.Font。
- brush
- テキストの色を指定する System.Drawing.Brush。
- rc
- テキストの位置をページの左上隅からのポイント数で指定する四角形構造体。
- firstChar
- レンダリングされる最初の文字のインデックス。
- sf
- テキストに適用される書式設定属性を指定する System.Drawing.StringFormat オブジェクト。
- widthCoeff
- 文字に適用される幅係数。デフォルトは 1.0 です。たとえば、横倍角の場合は 2.0 を使用します。
戻り値の型
指定された四角形に収まらないためにレンダリングされなかった最初の文字のインデックス。