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