Modifier and Type | Field and Description |
---|---|
Kernel32.COORD |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.cursorPosition |
Kernel32.COORD |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.maximumWindowSize |
Kernel32.COORD |
Kernel32.CONSOLE_SCREEN_BUFFER_INFO.size |
Modifier and Type | Method and Description |
---|---|
Kernel32.COORD |
Kernel32.COORD.copy() |
Modifier and Type | Method and Description |
---|---|
static int |
Kernel32.FillConsoleOutputAttribute(long consoleOutput,
short attribute,
int length,
Kernel32.COORD writeCoord,
int[] numberOfAttrsWritten)
see: https://msdn.microsoft.com/en-us/library/ms682662%28VS.85%29.aspx
|
static int |
Kernel32.FillConsoleOutputCharacterW(long consoleOutput,
char character,
int length,
Kernel32.COORD writeCoord,
int[] numberOfCharsWritten)
see: http://msdn.microsoft.com/en-us/library/ms682663%28VS.85%29.aspx
|
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
|
static int |
Kernel32.SetConsoleCursorPosition(long consoleOutput,
Kernel32.COORD cursorPosition)
http://msdn.microsoft.com/en-us/library/ms686025%28VS.85%29.aspx
|
Copyright © 2009–2022 FuseSource, Corp.. All rights reserved.