C# Class MetroRadiance.Platform.RawWindow

Afficher le fichier Open project: Grabacr07/MetroRadiance

Méthodes publiques

Méthode Description
Close ( ) : void
Show ( ) : void

Méthodes protégées

Méthode Description
Show ( System.Windows.Interop.HwndSourceParameters parameters ) : void
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Show() protected méthode

protected Show ( System.Windows.Interop.HwndSourceParameters parameters ) : void
parameters System.Windows.Interop.HwndSourceParameters
Résultat void

WndProc() protected méthode

protected WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
Résultat System.IntPtr