C# Class CCT.NUI.TestDataCollector.TestDepthFrame

Inheritance: INotifyPropertyChanged
Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
TestDepthFrame ( ) : System
TestDepthFrame ( DepthDataFrame frame ) : System
TestDepthFrame ( string id, DepthDataFrame frame, IEnumerable hands ) : System
ToTestDepthFrame ( ) : HandTracking.Persistence.TestFrameEntity

Protected Methods

Method Description
OnPropertyChanged ( string property ) : void

Method Details

OnPropertyChanged() protected method

protected OnPropertyChanged ( string property ) : void
property string
return void

TestDepthFrame() public method

public TestDepthFrame ( ) : System
return System

TestDepthFrame() public method

public TestDepthFrame ( DepthDataFrame frame ) : System
frame CCT.NUI.Core.DepthDataFrame
return System

TestDepthFrame() public method

public TestDepthFrame ( string id, DepthDataFrame frame, IEnumerable hands ) : System
id string
frame CCT.NUI.Core.DepthDataFrame
hands IEnumerable
return System

ToTestDepthFrame() public method

public ToTestDepthFrame ( ) : HandTracking.Persistence.TestFrameEntity
return HandTracking.Persistence.TestFrameEntity