C# Class Nui.Utility.Windows.NuiSession

Inheritance: NotifyPropertyChangedDispatcherBase, IDisposable
Afficher le fichier Open project: etihwddot/NITE-WPF-Sample Class Usage Examples

Méthodes publiques

Свойство Type Description
PointProperty string
StateProperty string

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetColorImage ( ) : System.Windows.Media.Imaging.BitmapSource
GetDepthImage ( ) : System.Windows.Media.Imaging.BitmapSource
GetDepths ( int &xResolution, int &yResolution ) : ushort[]
NuiSession ( ) : System

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetColorImage() public méthode

public GetColorImage ( ) : System.Windows.Media.Imaging.BitmapSource
Résultat System.Windows.Media.Imaging.BitmapSource

GetDepthImage() public méthode

public GetDepthImage ( ) : System.Windows.Media.Imaging.BitmapSource
Résultat System.Windows.Media.Imaging.BitmapSource

GetDepths() public méthode

public GetDepths ( int &xResolution, int &yResolution ) : ushort[]
xResolution int
yResolution int
Résultat ushort[]

NuiSession() public méthode

public NuiSession ( ) : System
Résultat System

Property Details

PointProperty public_oe static_oe property

public static string PointProperty
Résultat string

StateProperty public_oe static_oe property

public static string StateProperty
Résultat string