C# 클래스 Signum.Windows.Monitors

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

공개 프로퍼티들

프로퍼티 타입 설명
AdjustToMonitorProperty System.Windows.DependencyProperty
CenterOnSizedToContentProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetAdjustToMonitor ( DependencyObject obj ) : bool
GetCenterOnSizedToContent ( DependencyObject obj ) : bool
GetMonitorFromPoint ( Point point, NotFoundOptions notFoundOptions ) : MonitorInfo
GetMonitorFromRect ( Rect rect, NotFoundOptions notFoundOptions ) : MonitorInfo
GetMonitorFromWindow ( Window windows, NotFoundOptions notFoundOptions ) : MonitorInfo
GetMonitors ( ) : List
SetAdjustToMonitor ( DependencyObject obj, bool value ) : void
SetCenterOnSizedToContent ( DependencyObject obj, bool value ) : void

비공개 메소드들

메소드 설명
AdjustToMonitorChanged ( DependencyObject dep, bool newValue ) : void
CenterOnSizedToContentChanged ( DependencyObject dep, bool newValue ) : void
EnumDisplayMonitors ( IntPtr hdc, IntPtr lprcClip, MonitorEnumDelegate lpfnEnum, IntPtr dwData ) : bool
GetJustChangedMonitor ( DependencyObject obj ) : DateTime?
GetMonitorInfo ( IntPtr hMonitor ) : MonitorInfo
GetMonitorInfo ( IntPtr hmon, MONITORINFO &mi ) : bool
MonitorFromPoint ( POINT point, NotFoundOptions notFoundOptions ) : IntPtr
MonitorFromRect ( RECT point, NotFoundOptions notFoundOptions ) : IntPtr
MonitorFromWindow ( IntPtr hWind, NotFoundOptions notFoundOptions ) : IntPtr
SetJustChangedMonitor ( DependencyObject obj, System.DateTime value ) : void
Window_LocationChanged ( object sender, EventArgs e ) : void
Window_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

메소드 상세

GetAdjustToMonitor() 공개 정적인 메소드

public static GetAdjustToMonitor ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetCenterOnSizedToContent() 공개 정적인 메소드

public static GetCenterOnSizedToContent ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
리턴 bool

GetMonitorFromPoint() 공개 정적인 메소드

public static GetMonitorFromPoint ( Point point, NotFoundOptions notFoundOptions ) : MonitorInfo
point Point
notFoundOptions NotFoundOptions
리턴 MonitorInfo

GetMonitorFromRect() 공개 정적인 메소드

public static GetMonitorFromRect ( Rect rect, NotFoundOptions notFoundOptions ) : MonitorInfo
rect System.Windows.Rect
notFoundOptions NotFoundOptions
리턴 MonitorInfo

GetMonitorFromWindow() 공개 정적인 메소드

public static GetMonitorFromWindow ( Window windows, NotFoundOptions notFoundOptions ) : MonitorInfo
windows System.Windows.Window
notFoundOptions NotFoundOptions
리턴 MonitorInfo

GetMonitors() 공개 정적인 메소드

public static GetMonitors ( ) : List
리턴 List

SetAdjustToMonitor() 공개 정적인 메소드

public static SetAdjustToMonitor ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

SetCenterOnSizedToContent() 공개 정적인 메소드

public static SetCenterOnSizedToContent ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
리턴 void

프로퍼티 상세

AdjustToMonitorProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows AdjustToMonitorProperty
리턴 System.Windows.DependencyProperty

CenterOnSizedToContentProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CenterOnSizedToContentProperty
리턴 System.Windows.DependencyProperty