C# Class ArtofKinectRecorder.Views.RawFrameViewer

Interaction logic for RawFrameViewer.xaml
Inheritance: System.Windows.Controls.UserControl, IFrameViewer
Afficher le fichier Open project: JoshBlake/ArtOfKinectRecorder Class Usage Examples

Méthodes publiques

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

Method Details

Activate() public méthode

public Activate ( DeviceConfiguration config ) : void
config DeviceConfiguration
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

RawFrameViewer() public méthode

public RawFrameViewer ( ) : System
Résultat System

UpdateMotionFrame() public méthode

public UpdateMotionFrame ( DeviceConfiguration config, MotionFrame frame ) : void
config DeviceConfiguration
frame MotionFrame
Résultat void