C# Class CCT.NUI.WPFSamples.VideoManipulationWindow

Interaction logic for VideoManipulationWindow.xaml
Inheritance: System.Windows.Window
Show file Open project: an83/KinectTouch2

Public Methods

Method Description
VideoManipulationWindow ( ) : System
VideoManipulationWindow ( IHandDataSource handDataSource, IImageDataSource imageSource ) : System

Private Methods

Method Description
CalcTimeSpan ( CCT point ) : void
CancelMode ( HandData leftHand ) : void
CheckVideos ( ) : void
DisabeMoveMode ( ) : void
ExecuteOnHitResult ( CCT fingerTip, Action action ) : void
GetByHitTest ( System.Windows.Media.Media3D.RayMeshGeometry3DHitTestResult result ) : VideoSurface
InitializeComponent ( ) : void
Map ( CCT point ) : System.Windows.Media.Media3D.Point3D
Remove ( VideoSurface videoSurface ) : void
Select ( FingerPoint fingerTip ) : void
StopMode ( ) : void
SurfaceMode ( HandCollection data ) : void
System ( int connectionId, object target ) : void
TimeShiftMode ( HandData rightHand ) : void
handDataSource_NewDataAvailable ( HandCollection data ) : void
imageSource_NewDataAvailable ( ImageSource data ) : void
videoSurface_RequestRemove ( object sender, EventArgs e ) : void
viewPort_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

VideoManipulationWindow() public method

public VideoManipulationWindow ( ) : System
return System

VideoManipulationWindow() public method

public VideoManipulationWindow ( IHandDataSource handDataSource, IImageDataSource imageSource ) : System
handDataSource IHandDataSource
imageSource IImageDataSource
return System