C# 클래스 BlackJack.BlackJack

An empty page that can be used on its own or navigated to within a Frame.
상속: Page
파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
SetConsoleFont ( string fontName = "Lucida Console" ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

SetConsoleFont() 공개 정적인 메소드

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