C# Class DemoLib.ScreenResolution

Inheritance: Gtk.Dialog
Afficher le fichier Open project: mono/DemoLib Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Build ( ) : void

Private Methods

Méthode Description
ExitClicked ( object button, System args ) : void
PlayClicked ( object button, System args ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

ScreenResolution() public méthode

public ScreenResolution ( ) : System
Résultat System

ScreenResolution() public méthode

public ScreenResolution ( int width, int height ) : System
width int
height int
Résultat System

ScreenResolution() public méthode

public ScreenResolution ( int width, int height, bool fullscreen ) : System
width int
height int
fullscreen bool
Résultat System

ScreenResolution() public méthode

public ScreenResolution ( int width, int height, bool fullscreen, int colourDepth ) : System
width int
height int
fullscreen bool
colourDepth int
Résultat System