C# Class Kinect.ShowCase.MainWindow

Interaction logic for MainWindow.xaml
Mostrar archivo Open project: atosorigin/Kinect

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
Do3DAnimation ( GradientBall ball, System.Windows.Media.Media3D.Point3D nextPosition ) : void
GestureSelfTouchDetected ( object sender, SelfTouchEventArgs e ) : void
InitAnimations ( ) : void
InitBalls ( ) : void
InitGradientBall ( string imageSrc, double offsetx, double offsety ) : GradientBall
InitKinect ( ) : void
KinectUserCreated ( object sender, KinectUserEventArgs e ) : void
KinectUserUpdated ( object sender, ProcessEventArgs e ) : void
MouseOnBall ( ) : int
Move ( Point position ) : void
RestoreBalls ( ) : void
WindowClosing ( object sender, CancelEventArgs e ) : void
WindowMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Window_KeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
WithinMargin ( double left, double right, double margin ) : bool
_kinect_KinectStarted ( object sender, KinectEventArgs e ) : void
_kinect_UserRemoved ( object sender, KinectUserEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System