C# Class CCT.NUI.Core.DepthFramePointerDataSource

Inheritance: IDepthPointerDataSource
Afficher le fichier Open project: an83/KinectTouch2 Class Usage Examples

Méthodes publiques

Méthode Description
DepthFramePointerDataSource ( DepthDataFrame frame ) : System
Dispose ( ) : void
Push ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetPointer ( DepthDataFrame frame ) : IntPtr

Method Details

DepthFramePointerDataSource() public méthode

public DepthFramePointerDataSource ( DepthDataFrame frame ) : System
frame DepthDataFrame
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Push() public méthode

public Push ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void