C# Class WebEye.Controls.Wpf.VideoWindow

Inheritance: System.Windows.Interop.HwndHost
Mostrar archivo Open project: jacobbo/WebEye

Private Properties

Property Type Description
CreateWindowEx System.IntPtr
DestroyWindow System.Boolean
GetClientRect System.Boolean

Protected Methods

Method Description
BuildWindowCore ( HandleRef hWndParent ) : HandleRef

Creates the window to be hosted.

DestroyWindowCore ( HandleRef hWnd ) : void

Destroys the hosted window.

Private Methods

Method Description
CreateWindowEx ( UInt32 dwExStyle, String lpClassName, String lpWindowName, WindowStyles dwStyle, Int32 x, Int32 y, Int32 nWidth, Int32 nHeight, IntPtr hWndParent, IntPtr hMenu, IntPtr hInstance, IntPtr lpParam ) : IntPtr
DestroyWindow ( IntPtr hWnd ) : System.Boolean
GetClientRect ( IntPtr hWnd, RECT &lpRect ) : System.Boolean

Method Details

BuildWindowCore() protected method

Creates the window to be hosted.
protected BuildWindowCore ( HandleRef hWndParent ) : HandleRef
hWndParent System.Runtime.InteropServices.HandleRef The window handle of the parent window.
return System.Runtime.InteropServices.HandleRef

DestroyWindowCore() protected method

Destroys the hosted window.
protected DestroyWindowCore ( HandleRef hWnd ) : void
hWnd System.Runtime.InteropServices.HandleRef A structure that contains the window handle.
return void