TextRenderer.Draw メソッド (String, DrawingContext, Rect, HorizontalAlignment, VerticalAlignment, Brush, Brush)
名前空間: Microsoft.TeamFoundation.Controls.WPF
アセンブリ: Microsoft.TeamFoundation.Controls (Microsoft.TeamFoundation.Controls.dll 内)
構文
'宣言
Public Sub Draw ( _
text As String, _
drawingContext As DrawingContext, _
bounds As Rect, _
horizontalTextAlignment As HorizontalAlignment, _
verticalTextAlignment As VerticalAlignment, _
textBrush As Brush, _
fillBrush As Brush _
)
public void Draw(
string text,
DrawingContext drawingContext,
Rect bounds,
HorizontalAlignment horizontalTextAlignment,
VerticalAlignment verticalTextAlignment,
Brush textBrush,
Brush fillBrush
)
パラメーター
- text
型 : System.String
- drawingContext
型 : System.Windows.Media.DrawingContext
- bounds
型 : System.Windows.Rect
- horizontalTextAlignment
型 : System.Windows.HorizontalAlignment
- verticalTextAlignment
型 : System.Windows.VerticalAlignment
- textBrush
型 : System.Windows.Media.Brush
- fillBrush
型 : System.Windows.Media.Brush
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。