C# Class BlackJack.BlackJack

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Page
Mostrar archivo Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
SetConsoleFont ( string fontName = "Lucida Console" ) : void

Private Methods

Method Description
GetStdHandle ( int dwType ) : IntPtr
Main ( Array args ) : void
SetConsoleFont ( IntPtr hOut, uint dwFontNum ) : int
SetCurrentConsoleFontEx ( IntPtr consoleOutput, bool maximumWindow, CONSOLE_FONT_INFO_EX &consoleCurrentFontEx ) : bool

Method Details

SetConsoleFont() public static method

public static SetConsoleFont ( string fontName = "Lucida Console" ) : void
fontName string
return void