C# 클래스 FOG.Modules.DisplayManager.Display

Contains functionality to resize display
파일 보기 프로젝트 열기: FOGProject/fog-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Configuration User32.Devmode1

공개 메소드들

메소드 설명
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

메소드 상세

ChangeResolution() 공개 메소드

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
리턴 void

Display() 공개 메소드

public Display ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

LoadDisplaySettings() 공개 메소드

Load the current display settings
public LoadDisplaySettings ( ) : bool
리턴 bool

프로퍼티 상세

Configuration 공개적으로 프로퍼티

public User32.Devmode1,FOG.Modules.DisplayManager Configuration
리턴 User32.Devmode1