프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Elements | List |
메소드 | 설명 | |
---|---|---|
Clear ( BufferColor clearColor = BufferColor.Black ) : void |
Clears the active buffer to the specified attributes.
|
|
IsKeyDown ( Keys key ) : bool |
Returns whether a specific key is pressed.
|
|
Run ( int width, int height, int bufferRefreshRate ) : void |
Starts the Painter with the specified size and refresh rate.
|
|
Stop ( ) : void |
Stops the Painter.
|
메소드 | 설명 | |
---|---|---|
AddHooks ( ) : void | ||
ConsoleCloseEvent ( uint code ) : bool | ||
GraphicsDrawThread ( ) : void | ||
GraphicsRenderThread ( ) : void | ||
InBounds ( int x, int y ) : bool | ||
KeyboardHookCallback ( int nCode, |
||
MouseHookCallback ( int nCode, |
public static Clear ( BufferColor clearColor = BufferColor.Black ) : void | ||
clearColor | BufferColor | The attributes to fill the buffer with. |
리턴 | void |
public static IsKeyDown ( Keys key ) : bool | ||
key | Keys | The key to check. |
리턴 | bool |
public static Run ( int width, int height, int bufferRefreshRate ) : void | ||
width | int | The width of the console, in units. |
height | int | The height of the console, in units. |
bufferRefreshRate | int | The refresh rate for the back buffer. |
리턴 | void |