C# Class ArtofKinectRecorder.Views.RawFrameViewer

Interaction logic for RawFrameViewer.xaml
Inheritance: System.Windows.Controls.UserControl, IFrameViewer
显示文件 Open project: JoshBlake/ArtOfKinectRecorder Class Usage Examples

Public Methods

Method Description
Activate ( DeviceConfiguration config ) : void
Clear ( ) : void
Deactivate ( ) : void
RawFrameViewer ( ) : System
UpdateMotionFrame ( DeviceConfiguration config, MotionFrame frame ) : void

Method Details

Activate() public method

public Activate ( DeviceConfiguration config ) : void
config DeviceConfiguration
return void

Clear() public method

public Clear ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

RawFrameViewer() public method

public RawFrameViewer ( ) : System
return System

UpdateMotionFrame() public method

public UpdateMotionFrame ( DeviceConfiguration config, MotionFrame frame ) : void
config DeviceConfiguration
frame MotionFrame
return void