C# Класс DemoLib.ScreenResolution

Наследование: Gtk.Dialog
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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