| 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 _ ) | |
| C# | |
|---|---|
public void DrawString( Graphics graphics, string text, Font font, Brush textBrush, Rectangle bounds ) | |
Parameters
- graphics
- text
- font
- textBrush
- bounds