C# 클래스 Nui.Utility.Windows.NuiSession

상속: NotifyPropertyChangedDispatcherBase, IDisposable
파일 보기 프로젝트 열기: etihwddot/NITE-WPF-Sample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PointProperty string
StateProperty string

공개 메소드들

메소드 설명
Dispose ( ) : void
GetColorImage ( ) : System.Windows.Media.Imaging.BitmapSource
GetDepthImage ( ) : System.Windows.Media.Imaging.BitmapSource
GetDepths ( int &xResolution, int &yResolution ) : ushort[]
NuiSession ( ) : System

비공개 메소드들

메소드 설명
CreateAndRun ( ) : void
PointControl_PrimaryPointCreate ( HandPointContext &context, Point3D &ptfocus ) : void
PointControl_PrimaryPointDestroy ( uint id ) : void
PointControl_PrimaryPointUpdate ( HandPointContext &context ) : void
PointFromContext ( HandPointContext context ) : System.Windows.Media.Media3D.Point3D?
SessionManager_SessionEnd ( ) : void
SessionManager_SessionStart ( Point3D &position ) : void
SwipeDetector_SwipeLeft ( float velocity, float angle ) : void
SwipeDetector_SwipeRight ( float velocity, float angle ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetColorImage() 공개 메소드

public GetColorImage ( ) : System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.Imaging.BitmapSource

GetDepthImage() 공개 메소드

public GetDepthImage ( ) : System.Windows.Media.Imaging.BitmapSource
리턴 System.Windows.Media.Imaging.BitmapSource

GetDepths() 공개 메소드

public GetDepths ( int &xResolution, int &yResolution ) : ushort[]
xResolution int
yResolution int
리턴 ushort[]

NuiSession() 공개 메소드

public NuiSession ( ) : System
리턴 System

프로퍼티 상세

PointProperty 공개적으로 정적으로 프로퍼티

public static string PointProperty
리턴 string

StateProperty 공개적으로 정적으로 프로퍼티

public static string StateProperty
리턴 string