C# 클래스 EVE_Fast_Fitting_Assessment.Themes.WindowExtension

파일 보기 프로젝트 열기: rischwa/eve-fast-fitting-assessment

공개 메소드들

메소드 설명
AddResizeHook ( this window ) : void

비공개 메소드들

메소드 설명
GetCursorPos ( System.Windows.Interop.POINT &lpPoint ) : bool
GetMonitorInfo ( IntPtr hMonitor, MONITORINFO lpmi ) : bool
MonitorFromPoint ( System.Windows.Interop.POINT pt, MonitorOptions dwFlags ) : IntPtr
WindowProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
WmGetMinMaxInfo ( IntPtr hwnd, IntPtr lParam ) : void

메소드 상세

AddResizeHook() 공개 정적인 메소드

public static AddResizeHook ( this window ) : void
window this
리턴 void