C# 클래스 DemoLib.ScreenResolution

상속: Gtk.Dialog
파일 보기 프로젝트 열기: mono/DemoLib 1 사용 예제들

공개 메소드들

메소드 설명
ScreenResolution ( ) : System
ScreenResolution ( int width, int height ) : System
ScreenResolution ( int width, int height, bool fullscreen ) : System
ScreenResolution ( int width, int height, bool fullscreen, int colourDepth ) : System

보호된 메소드들

메소드 설명
Build ( ) : void

비공개 메소드들

메소드 설명
ExitClicked ( object button, System args ) : void
PlayClicked ( object button, System args ) : void

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

ScreenResolution() 공개 메소드

public ScreenResolution ( ) : System
리턴 System

ScreenResolution() 공개 메소드

public ScreenResolution ( int width, int height ) : System
width int
height int
리턴 System

ScreenResolution() 공개 메소드

public ScreenResolution ( int width, int height, bool fullscreen ) : System
width int
height int
fullscreen bool
리턴 System

ScreenResolution() 공개 메소드

public ScreenResolution ( int width, int height, bool fullscreen, int colourDepth ) : System
width int
height int
fullscreen bool
colourDepth int
리턴 System