指定されたテキスト文字列を指定された四角形内に、 指定された System.Drawing.Brush オブジェクトと System.Drawing.Font オブジェクトで、 指定された System.Drawing.StringFormat オブジェクトの書式設定属性を使用して描画します。
シンタックス
'宣言
Public Overloads Function DrawString( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Brush, _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Drawing.StringFormat _
) As System.Integer
public System.int DrawString(
System.string ,
System.Drawing.Font ,
System.Drawing.Brush ,
System.Drawing.RectangleF ,
System.Drawing.StringFormat
)
パラメータ
- text
- 描画する文字列
- font
- 描画テキストの外観とサイズを定義する System.Drawing.Font オブジェクト。
- brush
- 描画テキストの色を定義するオブジェクト。
- rc
- 描画テキストの位置をページの左上隅からのポイント数で指定する四角形構造体。
- sf
- 描画テキストに適用される書式設定属性を指定する System.Drawing.StringFormat オブジェクト。
戻り値の型
指定された四角形に収まらないために出力されなかった最初の文字のインデックス。
参照