C# 클래스 WebEye.Controls.Wpf.VideoWindow

상속: System.Windows.Interop.HwndHost
파일 보기 프로젝트 열기: jacobbo/WebEye

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