| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub DrawString( _ ByVal graphics As Graphics, _ ByVal text As String, _ ByVal font As Font, _ ByVal textBrush As Brush, _ ByVal bounds As Rectangle, _ ByVal stringFormat As StringFormat _ ) | |
| C# | |
|---|---|
public void DrawString( Graphics graphics, string text, Font font, Brush textBrush, Rectangle bounds, StringFormat stringFormat ) | |
Parameters
- graphics
- text
- font
- textBrush
- bounds
- stringFormat