C# Класс WebEye.Controls.Wpf.VideoWindow

Наследование: System.Windows.Interop.HwndHost
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CreateWindowEx System.IntPtr
DestroyWindow System.Boolean
GetClientRect System.Boolean

Защищенные методы

Метод Описание
BuildWindowCore ( HandleRef hWndParent ) : HandleRef

Creates the window to be hosted.

DestroyWindowCore ( HandleRef hWnd ) : void

Destroys the hosted window.

Приватные методы

Метод Описание
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

Описание методов

BuildWindowCore() защищенный Метод

Creates the window to be hosted.
protected BuildWindowCore ( HandleRef hWndParent ) : HandleRef
hWndParent System.Runtime.InteropServices.HandleRef The window handle of the parent window.
Результат System.Runtime.InteropServices.HandleRef

DestroyWindowCore() защищенный Метод

Destroys the hosted window.
protected DestroyWindowCore ( HandleRef hWnd ) : void
hWnd System.Runtime.InteropServices.HandleRef A structure that contains the window handle.
Результат void