public RefreshConsole ( int leftAdjust, int topAdjust ) : void | ||
leftAdjust | int | Adjusts the left cursor position by the desired amound. If you want the cursor to stay where it was then use 0. |
topAdjust | int | Adjusts the top cursor position by the desired amound. If you want the cursor to stay where it was then use 0. |
return | void |