Put ascii character onto console
| C# |
public void PutChar( int x, int y, byte c, Background flag )
- x (Int32)
- x (Width) position
- y (Int32)
- y (Height) position
- c (Byte)
- SpecialCharacter or ascii byte
- flag (Background)
- Background flag
| C# |
public void PutChar( int x, int y, byte c, Background flag )