C# 클래스 KinectMenu.Options

Interaction logic for Page1.xaml
상속: KinectPage, System.Windows.Markup.IComponentConnector
파일 보기 프로젝트 열기: NUIC/2-Kinects-1-Machine

공개 메소드들

메소드 설명
Options ( ) : System
kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void

보호된 메소드들

메소드 설명
InitializeButtons ( ) : void
InitializeKinectHandIcons ( ) : void
InitializeVideoImage ( ) : void

비공개 메소드들

메소드 설명
cancel_Click ( object sender, RoutedEventArgs e ) : void
difficulty_Click ( object sender, RoutedEventArgs e ) : void
screen_brightness_Click ( object sender, RoutedEventArgs e ) : void
volume_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

InitializeButtons() 보호된 메소드

protected InitializeButtons ( ) : void
리턴 void

InitializeKinectHandIcons() 보호된 메소드

protected InitializeKinectHandIcons ( ) : void
리턴 void

InitializeVideoImage() 보호된 메소드

protected InitializeVideoImage ( ) : void
리턴 void

Options() 공개 메소드

public Options ( ) : System
리턴 System

kinectButton_Clicked() 공개 메소드

public kinectButton_Clicked ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
리턴 void