'宣言
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
- 描画するテキストの色とテクスチャを決定する System.Drawing.Brushオブジェクト。
- rc
- 描画するテキストの位置を指定する System.Drawing.RectangleF構造体。
- sf
- 描画するテキストに適用される書式属性を指定する System.Drawing.StringFormatオブジェクト。
戻り値の型
指定した文字列が指定した四角形内に収まりきらなかった場合の、描画されなかった最初の文字のインデックス。