C# Class FOG.Modules.DisplayManager.Display

Contains functionality to resize display
Afficher le fichier Open project: FOGProject/fog-client Class Usage Examples

Méthodes publiques

Свойство Type Description
Configuration User32.Devmode1

Méthodes publiques

Méthode Description
ChangeResolution ( string device, int width, int height, int refresh ) : void

Resize a given display

Display ( ) : System.Runtime.InteropServices
LoadDisplaySettings ( ) : bool

Load the current display settings

Method Details

ChangeResolution() public méthode

Resize a given display
public ChangeResolution ( string device, int width, int height, int refresh ) : void
device string The display to resize
width int The new width in pixels
height int The new height in pixels
refresh int The new refresh rate
Résultat void

Display() public méthode

public Display ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

LoadDisplaySettings() public méthode

Load the current display settings
public LoadDisplaySettings ( ) : bool
Résultat bool

Property Details

Configuration public_oe property

public User32.Devmode1,FOG.Modules.DisplayManager Configuration
Résultat User32.Devmode1