C# Class EVE_Fast_Fitting_Assessment.Themes.WindowExtension

Afficher le fichier Open project: rischwa/eve-fast-fitting-assessment

Méthodes publiques

Méthode Description
AddResizeHook ( this window ) : void

Private Methods

Méthode Description
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

Method Details

AddResizeHook() public static méthode

public static AddResizeHook ( this window ) : void
window this
Résultat void