Set background color of single cell
| C# |
public void SetCharBackground( int x, int y, Color col, Background flag )
- x (Int32)
- x (Width) position
- y (Int32)
- y (Height) position
- col (Color)
- Background color
- flag (Background)
- Background flag
| C# |
public void SetCharBackground( int x, int y, Color col, Background flag )