Print string to line of console, using default foreground/background colors
| C# |
public void PrintLine( string str, int x, int y, Background flag, LineAlignment align )
- str (String)
- String to print
- x (Int32)
- x (Width) position of first character
- y (Int32)
- y (Height) position of first character
- flag (Background)
- Background flag
- align (LineAlignment)
- Alignment of string