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