C# 클래스 Etupirka.DisplaySettings

파일 보기 프로젝트 열기: Aixile/Etupirka 1 사용 예제들

공개 메소드들

메소드 설명
AdjustDisplay ( DisplayInfo displayInfo, GameInfo game = null ) : void
GetDisplayDevices ( ) : DisplayInfo
RestoreDisplay ( GameInfo game = null ) : void
getComputerID ( ) : string

비공개 메소드들

메소드 설명
EnumDisplayDevices ( string lpDevice, uint iDevNum, DISPLAY_DEVICE &lpDisplayDevice, uint dwFlags ) : bool
getDeviceScaling ( string deviceID ) : int
restartDisplayDrivers ( ) : void
setDeviceScaling ( string deviceID, int scaling ) : bool

메소드 상세

AdjustDisplay() 공개 정적인 메소드

public static AdjustDisplay ( DisplayInfo displayInfo, GameInfo game = null ) : void
displayInfo DisplayInfo
game GameInfo
리턴 void

GetDisplayDevices() 공개 정적인 메소드

public static GetDisplayDevices ( ) : DisplayInfo
리턴 DisplayInfo

RestoreDisplay() 공개 정적인 메소드

public static RestoreDisplay ( GameInfo game = null ) : void
game GameInfo
리턴 void

getComputerID() 공개 정적인 메소드

public static getComputerID ( ) : string
리턴 string