C# 클래스 CCT.NUI.WPFSamples.PinCode.HandInterfaceWindow

상속: System.Windows.Window, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: an83/KinectTouch2

공개 메소드들

메소드 설명
HandInterfaceWindow ( ) : System
HandInterfaceWindow ( IHandDataSource handDataSource, IImageDataSource imageDataSource ) : System

비공개 메소드들

메소드 설명
CreateLabel ( object content, System.Windows.Media.Brush brush, int left, int top ) : System.Windows.Controls.Label
UpdateImage ( ImageSource data ) : void
element_Reset ( object sender, EventArgs e ) : void
element_Tick ( object sender, System e ) : void
handDataSource_NewDataAvailable ( HandCollection data ) : void
imageDataSource_NewDataAvailable ( ImageSource data ) : void
textTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

HandInterfaceWindow() 공개 메소드

public HandInterfaceWindow ( ) : System
리턴 System

HandInterfaceWindow() 공개 메소드

public HandInterfaceWindow ( IHandDataSource handDataSource, IImageDataSource imageDataSource ) : System
handDataSource IHandDataSource
imageDataSource IImageDataSource
리턴 System