C# Класс Nui.Utility.Windows.NuiSession

Наследование: NotifyPropertyChangedDispatcherBase, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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