'宣言
Public Overloads Function DrawString( _
ByVal As System.String, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Brush, _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.StringFormat, _
ByVal As System.Single _
) As System.Integer
public System.int DrawString(
System.string ,
System.Drawing.Font ,
System.Drawing.Brush ,
System.Drawing.PointF ,
System.Drawing.StringFormat ,
System.float
)
パラメータ
- text
- 描画する文字列。
- font
- 描画されるテキストの外観とサイズを定義する System.Drawing.Fontオブジェクト。
- brush
- 描画されるテキストの色を定義する System.Drawing.Brushオブジェクト。
- pt
- 描画されるテキストの位置を指定する System.Drawing.PointF構造体(ポイント単位)。
- sf
- 描画するテキストに適用される書式属性を指定する System.Drawing.StringFormatオブジェクト。
- widthCoeff
- テキスト文字の幅係数。デフォルトは 1.0、2倍幅は 2.0。
戻り値の型
指定された矩形に合わせられず表示されなかった最初の文字のインデックス。