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