C# Class FOG.Modules.DisplayManager.Display

Contains functionality to resize display
ファイルを表示 Open project: FOGProject/fog-client Class Usage Examples

Public Properties

Property Type Description
Configuration User32.Devmode1

Public Methods

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

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
return void

Display() public method

public Display ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

LoadDisplaySettings() public method

Load the current display settings
public LoadDisplaySettings ( ) : bool
return bool

Property Details

Configuration public_oe property

public User32.Devmode1,FOG.Modules.DisplayManager Configuration
return User32.Devmode1