| Modifier and Type | Field | Description |
|---|---|---|
Kernel32.SMALL_RECT |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.window |
| Modifier and Type | Method | Description |
|---|---|---|
Kernel32.SMALL_RECT |
Kernel32.SMALL_RECT.copy() |
| Modifier and Type | Method | Description |
|---|---|---|
static int |
Kernel32.ScrollConsoleScreenBuffer(long consoleOutput,
Kernel32.SMALL_RECT scrollRectangle,
Kernel32.SMALL_RECT clipRectangle,
Kernel32.COORD destinationOrigin,
Kernel32.CHAR_INFO fill) |
see: https://msdn.microsoft.com/en-us/library/windows/desktop/ms685107(v=vs.85).aspx
|