C# Class CCT.NUI.HandTracking.Persistence.TestFrameRepository

Exibir arquivo Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Load ( string path ) : TestFrameEntity
Save ( TestFrameEntity frame, string path ) : void
TestFrameRepository ( ) : System

Method Details

Load() public method

public Load ( string path ) : TestFrameEntity
path string
return TestFrameEntity

Save() public method

public Save ( TestFrameEntity frame, string path ) : void
frame TestFrameEntity
path string
return void

TestFrameRepository() public method

public TestFrameRepository ( ) : System
return System