C# Class DDW.Kinect.Device.KinectDevice

Afficher le fichier Open project: debreuil/KinectXNA Class Usage Examples

Méthodes publiques

Свойство Type Description
currentX int
currentY int
state SessionState

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Init ( ) : void
KinectDevice ( Rectangle bounds ) : System
Start ( ) : void
session_FocusStartDetected ( object sender, FocusStartEventArgs e ) : void
session_SessionStarted ( object sender, PointEventArgs e ) : void
slider_Deactivate ( object sender, EventArgs e ) : void
slider_ItemHovered ( object sender, SelectableSlider2DHoverEventArgs e ) : void

Private Methods

Méthode Description
ThreadUpdate ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

KinectDevice() public méthode

public KinectDevice ( Rectangle bounds ) : System
bounds Microsoft.Xna.Framework.Rectangle
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

session_FocusStartDetected() public méthode

public session_FocusStartDetected ( object sender, FocusStartEventArgs e ) : void
sender object
e FocusStartEventArgs
Résultat void

session_SessionStarted() public méthode

public session_SessionStarted ( object sender, PointEventArgs e ) : void
sender object
e PointEventArgs
Résultat void

slider_Deactivate() public méthode

public slider_Deactivate ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

slider_ItemHovered() public méthode

public slider_ItemHovered ( object sender, SelectableSlider2DHoverEventArgs e ) : void
sender object
e SelectableSlider2DHoverEventArgs
Résultat void

Property Details

currentX public_oe property

public int currentX
Résultat int

currentY public_oe property

public int currentY
Résultat int

state public_oe property

public SessionState state
Résultat SessionState