C# Class MetroRadiance.Platform.RawWindow

Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Methods

Method Description
Close ( ) : void
Show ( ) : void

Protected Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Show() protected method

protected Show ( System.Windows.Interop.HwndSourceParameters parameters ) : void
parameters System.Windows.Interop.HwndSourceParameters
return void

WndProc() protected method

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
return System.IntPtr