C# Class DemoLib.ScreenResolution

Inheritance: Gtk.Dialog
Mostrar archivo Open project: mono/DemoLib Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
ExitClicked ( object button, System args ) : void
PlayClicked ( object button, System args ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

ScreenResolution() public method

public ScreenResolution ( ) : System
return System

ScreenResolution() public method

public ScreenResolution ( int width, int height ) : System
width int
height int
return System

ScreenResolution() public method

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

ScreenResolution() public method

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