C# 클래스 ArtofKinectRecorder.Views.RawFrameViewer

Interaction logic for RawFrameViewer.xaml
상속: System.Windows.Controls.UserControl, IFrameViewer
파일 보기 프로젝트 열기: JoshBlake/ArtOfKinectRecorder 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( DeviceConfiguration config ) : void
Clear ( ) : void
Deactivate ( ) : void
RawFrameViewer ( ) : System
UpdateMotionFrame ( DeviceConfiguration config, MotionFrame frame ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( DeviceConfiguration config ) : void
config DeviceConfiguration
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

RawFrameViewer() 공개 메소드

public RawFrameViewer ( ) : System
리턴 System

UpdateMotionFrame() 공개 메소드

public UpdateMotionFrame ( DeviceConfiguration config, MotionFrame frame ) : void
config DeviceConfiguration
frame MotionFrame
리턴 void