C# Class BlackJack.BlackJack

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

Méthodes publiques

Méthode Description
SetConsoleFont ( string fontName = "Lucida Console" ) : void

Private Methods

Méthode 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 méthode

public static SetConsoleFont ( string fontName = "Lucida Console" ) : void
fontName string
Résultat void