TextRenderer.Draw, méthode (String, DrawingContext, Rect, HorizontalAlignment, VerticalAlignment)
Espace de noms : Microsoft.TeamFoundation.Controls.WPF
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Sub Draw ( _
text As String, _
drawingContext As DrawingContext, _
bounds As Rect, _
horizontalTextAlignment As HorizontalAlignment, _
verticalTextAlignment As VerticalAlignment _
)
public void Draw(
string text,
DrawingContext drawingContext,
Rect bounds,
HorizontalAlignment horizontalTextAlignment,
VerticalAlignment verticalTextAlignment
)
Paramètres
- text
Type : System.String
- drawingContext
Type : System.Windows.Media.DrawingContext
- bounds
Type : System.Windows.Rect
- horizontalTextAlignment
Type : System.Windows.HorizontalAlignment
- verticalTextAlignment
Type : System.Windows.VerticalAlignment
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.