指定された System.Windows.Rect内に文字列を描画します。
シンタックス
'宣言
Public Overloads Sub DrawString( _
ByVal As System.Windows.Controls.TextBlock, _
ByVal As System.Windows.Rect _
)
public void DrawString(
System.Windows.Controls.TextBlock ,
System.Windows.Rect
)
パラメータ
- tb
- テキストと書式設定オプションを含む System.Windows.Controls.TextBlock。
- rc
- テキストのサイズと位置をポイント単位で指定する System.Windows.Rect。
参照