C# 클래스 SidebarDiagnostics.Windows.Monitor

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

공개 메소드들

메소드 설명
GetMonitor ( IntPtr hMonitor ) : Monitor
GetMonitorFromIndex ( int index ) : Monitor
GetMonitors ( ) : Monitor[]
GetWorkArea ( AppBarWindow window, int &screen, DockEdge &edge, WorkArea &windowWA, WorkArea &appbarWA ) : void

비공개 메소드들

메소드 설명
GetMonitorFromIndex ( int index, Monitor monitors ) : Monitor

메소드 상세

GetMonitor() 공개 정적인 메소드

public static GetMonitor ( IntPtr hMonitor ) : Monitor
hMonitor System.IntPtr
리턴 Monitor

GetMonitorFromIndex() 공개 정적인 메소드

public static GetMonitorFromIndex ( int index ) : Monitor
index int
리턴 Monitor

GetMonitors() 공개 정적인 메소드

public static GetMonitors ( ) : Monitor[]
리턴 Monitor[]

GetWorkArea() 공개 정적인 메소드

public static GetWorkArea ( AppBarWindow window, int &screen, DockEdge &edge, WorkArea &windowWA, WorkArea &appbarWA ) : void
window AppBarWindow
screen int
edge DockEdge
windowWA WorkArea
appbarWA WorkArea
리턴 void